Hi,

It seems that you have done some modifications on the compile.bat
script.

Indeed, the compile command must be
        javac -d ..\..\classes Op.java OpBean.java OpHome.java ClientOp.java
instead of
        javac Op.java OpBean.java OpHome.java ClientOp.java
and the GenIC call must be
        call %JONAS_ROOT%\bin\nt\GenIC.bat -d ..\..\classes ejb-jar.xml
instead of
        call %JONAS_ROOT%\bin\nt\GenIC.bat ejb-jar.xml

Kind regards.
Hélène.

Deepak Sharma wrote:
> 
> Hi,
> Am unable to use compile.bat.
> 
> After running compile.bat I get an error
> 
> "C:\JONAS\examples\src\sb>compile
> 
> C:\JONAS\examples\src\sb>Rem set the Environment
> Variables
> 
> C:\JONAS\examples\src\sb>call
> C:\JONAS\bin\nt\config_env.bat
> 
> C:\JONAS\examples\src\sb>Rem  Compiles the source
> files
> 
> C:\JONAS\examples\src\sb>javac Op.java OpBean.java
> OpHome.java ClientOp.java
> 
> C:\JONAS\examples\src\sb>Rem  Generates the
> interposition classes and compiles t
> hem
> 
> C:\JONAS\examples\src\sb>call
> C:\JONAS\bin\nt\GenIC.bat ejb-jar.xml
> 
> C:\JONAS\examples\src\sb>java -Dinstall.root=C:\JONAS
> org.objectweb.jonas_ejb.to
> ols.GenIC  ejb-jar.xml
> GenIC ERROR: When reading the Deployment Descriptors
> for ejb-jar.xml
> Home class not found for bean Op: sb.OpHome"
> 
> What is wrong...Please help
> 
> Deepak
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - Buy the things you want at great prices.
> http://auctions.yahoo.com/
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".

-- 
-=- Hélène JOANIN -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  mailto:[EMAIL PROTECTED]   http://www.evidian.com
  Phone: 33.4.76.29.73.53            Fax: 33.4.76.29.76.00
  Download our EJB Server JOnAS at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to