where can i find "ejbc" compiler in weblogic 5.1 for solaris.I couldn't deploy my Jar file in the weblogic 5.1 for solaris. In weblogic 5.1 for windows, we can find ejbc.exe But i couldn't find one to compile and deploy my jar file in solaris. Please let me know..
Thanx
-
EJBC in weblogic 5.1 for solaris (5 messages)
- Posted by: Rahul ..
- Posted on: May 11 2001 13:10 EDT
Threaded Messages (5)
- EJBC in weblogic 5.1 for solaris by Praveen Vegesna on May 11 2001 15:02 EDT
- EJBC in weblogic 5.1 for solaris by Rahul .. on May 11 2001 16:30 EDT
- EJBC in weblogic 5.1 for solaris by Praveen Vegesna on May 11 2001 05:36 EDT
- EJBC in weblogic 5.1 for solaris by Rahul .. on May 11 2001 16:30 EDT
- EJBC in weblogic 5.1 for solaris by alison d on May 12 2001 00:36 EDT
- EJBC in weblogic 5.1 for solaris by Rahul .. on May 12 2001 05:16 EDT
-
EJBC in weblogic 5.1 for solaris[ Go to top ]
- Posted by: Praveen Vegesna
- Posted on: May 11 2001 15:02 EDT
- in response to Rahul ..
Hi
In solaris you can do this by the following command
java weblogic.ejbc -compiler javac <jarfilename> /weblogic/myserver/<jarfilename>
For this command to work you need to set the classpath.
I hope this works for you
cheers
Praveen Varma -
EJBC in weblogic 5.1 for solaris[ Go to top ]
- Posted by: Rahul ..
- Posted on: May 11 2001 16:30 EDT
- in response to Praveen Vegesna
Thanks for your reply. But that is where i am facing problem(means in setting classpath). Could please send me the classpath for "ejbc" compiler for Weblogic 5.1 in solaris 8.
I have installed weblogic in /usr/bin/weblogic/ directory.
-
EJBC in weblogic 5.1 for solaris[ Go to top ]
- Posted by: Praveen Vegesna
- Posted on: May 11 2001 17:36 EDT
- in response to Rahul ..
Hi
You try the below given classpath
CLASSPATH=/usr/bin/weblogic/classes:/usr/bin/weblogic/lib/weblogicaux.jar
cheers
Praveen Varma -
EJBC in weblogic 5.1 for solaris[ Go to top ]
- Posted by: alison d
- Posted on: May 12 2001 00:36 EDT
- in response to Rahul ..
Friend,
You is using Visual Café? or other tool? your platform is windows?
if yes, you can shared your area of work with samba.
in visual café, configure the classpath for the weblogic classpath:
ex:
r:\classes:lib......
you can compile all projects in windows without problems and copy for solaris.
Adilson de Souza Dias
www.adilson.com.br
master at adilson dot com.br -
EJBC in weblogic 5.1 for solaris[ Go to top ]
- Posted by: Rahul ..
- Posted on: May 12 2001 05:16 EDT
- in response to alison d
Thanx guys!!!