|
-
Aug 15th, 2006, 02:48 PM
#10
Thread Starter
Frenzied Member
Re: How do you make java web service?
Ok, I got the Tomcat working. But it tells me now to set my CLASSPATH. How do I set my CLASSPATH?
Here is a quote from a tutorial:
For the Apache SOAP client to work, Xerces, Apache SOAP, JavaMail and the Java Activation Framework should be in the CLASSPATH. It so happens that Tomcat includes usable versions of Xerces, JavaMail and Java Activation Framework. I set my CLASSPATH to the following.
.;j:\jakarta-tomcat-4.0.1\common\lib\xerces.jar;j:\soap-2_2\lib\soap.jar;j:\soap-2_2; j:\jakarta-tomcat-4.0.1\common\lib\mail.jar;j:\jakarta-tomcat-4.0.1\common\lib\activation.jar
How do i set the CLASSPATH? is it SET CLASSPATH = (above)
or SET PATH = (above)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|