Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Java
JAR in a JAR?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Arne Vajhøj, post: 3621406"] Can you create a .dll/.so with another .dll/.so inside it ? Jar files is intended to be replaceable units. If you need a single deployment unit, then you need to stuff all classes in one jar - just like you need to stuff all object files in one exe to achieve the same for native code. (if you really want to work around it then you can with a custom classloader that will load code from jars inside jars - I think someone already have posted a link to such a beast) Arne [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Java
JAR in a JAR?
Top