Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Fat Jar: loading jars in a jar

537632Jul 19 2008 — edited Jul 28 2008
Hi Guys,

I just wondered wheter there is a fat jar for Jdeveloper.
Let me explain:
I am building stand alone jar file and I want to include other jar files,
I heard about an option in eclipse which get this done: fat jar,
not quite sure how it works but the jars are included in a fat jar and when a class not found exception occurs, the classloader is looking inside the jars in the fat jar. then loads the class. This way you can include jars within a fat jar.
Is this also an option within Jdeveloper?
Here is the fat jar link:
http://fjep.sourceforge.net/index.html
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 25 2008
Added on Jul 19 2008
2 comments
1,792 views