Try this:
jar cvf calls.jar com
You were not very clear on where your files are located. The above command assumes these files exist:
D:\Projects\Calls\bin\com\calls\bean\*.class
D:\Projects\Calls\bin\com\calls\home\*.class
D:\Projects\Calls\bin\com\calls\handler\*.class
D:\Projects\Calls\bin\com\calls\util\*.class
and that you are running the jar command from D:\Projects\Calls\bin\
This message was edited 2 times. Last update was at by Peter Johnson
|