When I try to compile a web service with java 1.5 by
javac ProfileMgmtBean.java
I am getting the following error:
import javax.jws.WebService;
^
ProfileMgmtBean.java:6: package javax.jws does not exist
Do I have to add (Which?) jar files to the CLASSPATH ?
Thomas
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143705#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...