Matt S
Posts: 1
Nickname: annorax
Registered: Dec, 2005
|
|
JAR Question
|
Posted: Dec 16, 2005 12:31 PM
|
|
|
Advertisement
|
I am trying to make an executable JAR of all my class files in the directory: c:\Java\Project\Legend\com\ and all subdirectories.
I am using the following JAR command: %JAVA_HOME%\bin\jar cvfm legend.jar c:\Java\Project\Legend\com\MANIFEST.MF c:\Java\Project\Legend\com\*.*
However, the JAR will not run since the entire path of the program is in the JAR. How can I get the JAR to start at the \com level instead of at c:?
|
|