manifest.mf Questions
2
Solved
From my readings, when you execute a command as follows:
java -jar foo.jar
Then the main classpath is ignored, and the classpath is taken from the manifest file.
Further, the classpath declare...
Maldonado asked 26/5, 2010 at 4:48
3
Possible Duplicate:
How to bundle a native library and a JNI library inside a JAR?
I need to include native lib (jnotify but I think that it does't matter) to my jar. I want to do it ...
Smaze asked 4/12, 2009 at 10:20
2
Solved
I have a standard project layout for a java project:
project /
src /
source_file_1.java
...
source_file_N.java
build /
classes /
source_file_X.class
...
jar /
MyJar.jar
lib /
SomeLibra...
Catechist asked 25/3, 2009 at 18:23
© 2022 - 2024 — McMap. All rights reserved.