java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not found in jar file is the error message i am getting i am pretty sure that the XML file is in the META-INF folder ( i opened the jar file with win zip) i am getting this error when i run this command from command prompt
java weblogic.ejbc c:\mydownloads\HelloCount.jar hello.jar
can some one help me fixing this problem
thanks
ashok
Discussions
EJB programming & troubleshooting: java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not
-
java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not (2 messages)
- Posted by: ashok pappu
- Posted on: August 23 2000 18:02 EDT
Threaded Messages (2)
- java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not by bhavesh bhammar on August 24 2000 10:50 EDT
- java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not by Pankaj Vij on August 28 2000 12:26 EDT
-
java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not[ Go to top ]
- Posted by: bhavesh bhammar
- Posted on: August 24 2000 10:50 EDT
- in response to ashok pappu
Could you please show the contents of the HelloCount.jar ?
I might be able to help.
Bhavesh Bhammar -
java.io.FileNotFoundException: META-INF/ejb-jar.xml XML file not[ Go to top ]
- Posted by: Pankaj Vij
- Posted on: August 28 2000 12:26 EDT
- in response to ashok pappu
in ur jar file make sure that META-INF is a subdirectory relative to other files.
pankaj