Hai Iam using weblogic 5.1.Im working with stateless session bean.this uses three other java classes.When I tried to run this session bean it identifies only first calling class,not the others.the first class used in bean instantiates the other two.It gives no class def found error.please help. thanks.
dylan nguyen
Greenhorn
Joined: May 22, 2008
Posts: 4
posted
0
please help!...its urgent.
ravikumar
Greenhorn
Joined: Jul 31, 2000
Posts: 1
posted
0
Originally posted by newcomer: Hai Iam using weblogic 5.1.Im working with stateless session bean.this uses three other java classes.When I tried to run this session bean it identifies only first calling class,not the others.the first class used in bean instantiates the other two.It gives no class def found error.please help. thanks.
alagan sathianathan
Greenhorn
Joined: Aug 12, 2000
Posts: 18
posted
0
hi
instead of compiling your java files indivually, try to file as folows: javac *.java you will be able to compile all alagan
Anonymous
Ranch Hand
Joined: Nov 22, 2008
Posts: 18944
posted
0
Iam using the build.bat file to compile java files and create the ejb jar file.