Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » jar export problem
jar export problem [message #106503] Tue, 05 August 2003 04:03 Go to next message
Eclipse UserFriend
Originally posted by: ThorstenS.inmatics.com

Hi all,

i need to export a .jar library within a project to my runnable .jar file.
Though the library jar is included in the project and project properties,
Eclipse does not export it to the final jar.
Any solutions?

Thanks for your support!

Thorsten
Re: jar export problem [message #106789 is a reply to message #106503] Tue, 05 August 2003 11:03 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NOSPAM.us.ibm.com

Standard Java doesn't provide support for accessing classes within a jar
file that is contained within a jar file. They must be distributed
together as two separate files and the classpath have both listed when
the java.exe is executed.

You need to export it separately.

Rich
Previous Topic:Restoring Active Editor on startup
Next Topic:Classloader for the Eclipse IDE
Goto Forum:
  


Current Time: Tue Jul 22 00:47:08 EDT 2025

Powered by FUDForum. Page generated in 0.04824 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top