|
How to use getResourceAsStream to access JAR file |
|
|
The MIDP specification allows you to use getResourceAsStream() to access
anything in the JAR file apart from the class files. This includes the
JAR's manifest file, which can be obtained as follows:
InputStream is = getClass( ).getResourceAsStream("/META-INF/MANIFEST.MF");
|
Related Tips
|
Page 1 of 0 ( 0 comments )
You can share your information about this topic using the form below!
Please do not post your questions with this form! Thanks.