HI
I prashant begainner to ejb make simple hellow statless
sessione bean and tried to deploy to weblogic 5.1. but when i click on generate server side class(In EJB deployer)
it give error say " make target directory writtable by useing -d option" any one known how to make it.
Also i tried from dos prompt it give error ejbc can any one find solution
Thanks
Prashant
-
ejbc error (1 messages)
- Posted by: prashant hegu
- Posted on: April 18 2001 00:18 EDT
Threaded Messages (1)
- ejbc error by Raghuram Ethirajan on April 22 2001 22:54 EDT
-
ejbc error[ Go to top ]
- Posted by: Raghuram Ethirajan
- Posted on: April 22 2001 22:54 EDT
- in response to prashant hegu
Prashant,
Make sure that you have added path to your weblogicaux.jar file in your classpath.After adding that try the follwing. From command prompt get into the folder where your jar file is located.Copy your jar file and paste it in the following directory of your weblogic server.
c:\weblogic\myserver\xx.jar
After doing so...type the following from command prompt
ejbc xx.jar c:\weblogic\myserver\xx.jar
_______________________________________________________
Try this
Regards,
Ragu