[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in Creating a jar file using java.util.jar and d

2006-05-17 Thread mishra.piku
Dear JaiKiran, I am sending my code that will create a jar file from the directory "bin". Please copy my java file and test how it is creating a jar file. Please modify the package name. This program will create a jar file. If you create a jar file using jar -cvf command, the contents wil be sam

[JBoss-user] [Installation, Configuration & Deployment] - Re: Problem in Creating a jar file using java.util.jar and d

2006-05-16 Thread mishra.piku
Dear Sir, I am really very happy to get a response from uour side. For your acknowledgement, I am not getting any eroor or exception in this regard. The jar file is created successfully but jboss is unable to deploy it. Piku View the original post : http://www.jboss.com/index.html?module=bb&o

[JBoss-user] [Installation, Configuration & Deployment] - Problem in Creating a jar file using java.util.jar and deplo

2006-05-16 Thread mishra.piku
Dear Techies, I am facing a very peculiar problem. I have a irectory named "bin" , this directory contains several compiled java classes with their packages , META-INF directory contains ejb.jar and jboss.xml file etc. I am creating a jar file from this bin directory programmatically using java.