1 Reply Latest reply on Apr 14, 2008 3:59 AM by ropalka

    Error: "package javax.jws does not exist" ? Missing jar?

    thoste

      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