When I build my ejb's the javax.* classes don't seem to be in my path.
In what jar in the JDK can I find these?
-
In what jar can I find javax.* ? (2 messages)
- Posted by: Fredrik Karlsson
- Posted on: May 10 2002 11:07 EDT
Threaded Messages (2)
- In what jar can I find javax.* ? by Oon Kean Lin on May 12 2002 22:22 EDT
- In what jar can I find javax.* ? by #dac on May 16 2002 08:07 EDT
-
In what jar can I find javax.* ?[ Go to top ]
- Posted by: Oon Kean Lin
- Posted on: May 12 2002 22:22 EDT
- in response to Fredrik Karlsson
If you are using the reference implementation , you can find them in %J2EE_HOME%\lib\j2ee.jar
If you are running Weblogic 6.x , you can find them in
%WEBLOGIC_HOME%\wlserver6.1\lib\weblogic.jar -
In what jar can I find javax.* ?[ Go to top ]
- Posted by: #dac
- Posted on: May 16 2002 08:07 EDT
- in response to Fredrik Karlsson
Hello
I strongly suggest you to always use the javax.* library included in the lib/ directory of each jee server provider, doesn't matter if is Tomcat, Weblogic, JBoss etc.
For Weblogic 7.0 is %BEA_HOME%\weblogic700\server\lib\weblogic.jar
For JBoss 3.1.0 from cvs repository for example is %JBOSS_HOME%\lib\jboss-j2ee.jar
etc.
regards