Hi i have installed weblogic 8.1 on my computer , after installation i have use setWLSEnv.cmd to set classpath, still i cannot compile my EJB's it gives me message that javax.ejb.* doesnt exist
can anyone help me
thanks in advance
-
weblogic classpath (3 messages)
- Posted by: sridhar chidurala
- Posted on: August 15 2003 18:35 EDT
Threaded Messages (3)
- How are you compiling? by Sean Sullivan on August 16 2003 03:04 EDT
- How are you compiling? by sridhar chidurala on August 16 2003 09:18 EDT
- How are you compiling? by Tim Allen MO on August 16 2003 11:44 EDT
- How are you compiling? by sridhar chidurala on August 16 2003 09:18 EDT
-
How are you compiling?[ Go to top ]
- Posted by: Sean Sullivan
- Posted on: August 16 2003 03:04 EDT
- in response to sridhar chidurala
Are you compiling from the command line?
Are you compiling from an Ant script?
Are you compiling with an IDE? -
How are you compiling?[ Go to top ]
- Posted by: sridhar chidurala
- Posted on: August 16 2003 09:18 EDT
- in response to Sean Sullivan
I,m compiling from command line, and its my first helloworld bean i was trying to compile
thanks -
How are you compiling?[ Go to top ]
- Posted by: Tim Allen MO
- Posted on: August 16 2003 11:44 EDT
- in response to sridhar chidurala
Check if j2ee.jar is in you classpath. But I would recommend you to use Ant.
Tim