Jay Dev

Greenhorn
+ Follow
since Jul 06, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Jay Dev

Hi,
Can someone help me to understand SOAP extensibility Model. Its bit confusing !! may be am not getting the correct idea.

Thanks in advance.
Hi ,

For trying the code examples for SCDJWS 5, I am setting up the environment on desk top.

Currently I have decided to use

Eclipse 3.6.0 (Helios) - IDE
axis2-1.5.2
Apache C 6.0.29 – Application server.

Can someone confirm my approach to try out the example code for SCDJWS 5 is correct, because I have read in many places that Metro will be a better choice that AXIS2 . I took this approach because I got a better support for AXIS2 –ECLIPS- Apache from user forums.

Very much appreciate your comments as I don’t want to spend time on sitting up environment.

Thanks ,
Jay
nops all the jar files are inside the myjar.jar
17 years ago
I have created a SWT application.It is reffering 4 another jar files.
I want to make this appliaction an executable jar file.
This the process i followed.

1) copy the class files of the appliaction + the 4 external jar files in a folder.

2)create a file called "mainclass" in side the directory.open this file and
paste this line
Main-Class: CPUGUIClass
Class-Path: jaxen-core.jar jaxen-jdom.jar jdom.jar saxpath.jar

3)run jar cmf mainclass myjar.jar ./

4)it had created the myjar.jar and in the META_INF director MANIFEST.mf file is properly updated.


but while running the jar it is not picking the jar files that i add.

Any suggestions will be of g8 help....
17 years ago