uthranambi
January 30th, 2003, 09:57 PM
Hi,
I have a problem in compiling the ejb client program.
The operating system i use is windows 2000 and the server is j2ee 1.4.1 version.
I tried the below mentioned path but it didn't worked.If i don't set the classpath for src i am getting only 6 errors which specifies that it is not detecting InitialContext,PortableRemoteObject and Context.But if i set classpath for SRC , then i am getting a lot of error messages , sorry which i cannot explain.(the screen is scrolling off ).
The path which i gave was :
path=%path%;%;c:\j2sdk1.4.0_03\bin;c:\j2sdkee1.4\bin;
set classpath=%classpath%;.;c:\j2sdk1.4.0_03\lib;c:\j2sdkee1.4\lib\j2ee.jar;c:\j2sdk1.4.0_03\src;
Please find the attachment of the programs which i did and the error message which i got.
I have certain doubts.Please clarify.
1. all the three files that is PortableRemoteObject,InitialContext,Context are there in src/javax/naming folder in form of jave file.
2.I am not able to deploy .I could create .ear file.I also completed the next step that is including all the class files.But when i try to deploy i am getting error messages like operation failed.Please find the attachment of the screen shot of the error message.
Can this be the problem .Please help me out to solve this problem.Because i am trying to learn EJB by myself.
Regards,
Prema.
I have a problem in compiling the ejb client program.
The operating system i use is windows 2000 and the server is j2ee 1.4.1 version.
I tried the below mentioned path but it didn't worked.If i don't set the classpath for src i am getting only 6 errors which specifies that it is not detecting InitialContext,PortableRemoteObject and Context.But if i set classpath for SRC , then i am getting a lot of error messages , sorry which i cannot explain.(the screen is scrolling off ).
The path which i gave was :
path=%path%;%;c:\j2sdk1.4.0_03\bin;c:\j2sdkee1.4\bin;
set classpath=%classpath%;.;c:\j2sdk1.4.0_03\lib;c:\j2sdkee1.4\lib\j2ee.jar;c:\j2sdk1.4.0_03\src;
Please find the attachment of the programs which i did and the error message which i got.
I have certain doubts.Please clarify.
1. all the three files that is PortableRemoteObject,InitialContext,Context are there in src/javax/naming folder in form of jave file.
2.I am not able to deploy .I could create .ear file.I also completed the next step that is including all the class files.But when i try to deploy i am getting error messages like operation failed.Please find the attachment of the screen shot of the error message.
Can this be the problem .Please help me out to solve this problem.Because i am trying to learn EJB by myself.
Regards,
Prema.