Re: create jar file with external jar library
- From: IchBin <weconsul@xxxxxxx>
- Date: Wed, 31 May 2006 15:12:40 -0400
Luigi wrote:
Hi,
in my application there are several import from an external library, in Eclipse i've added this library in Project -> Properties -> Java Build Path -> Add External JARs.
Well, when i export as a Jar file this "jade.jar" library is not in my jar file and the application cannot run.
I've tried even to manually modify the manifest.mf file adding the row: Class-Path: jade.jar (adding even the file in the jar)... but this is not a solution
Is there a solution?
I never include Jar files in my exported jar file. I just run my main jar with the classpath including all of the external jar files.
Ex...
javaw -classpath ...\lib\foxtrot.jar;..\lib\forms-1.0.6.jar;..\lib\looks-2.0.jar;..\lib\metouia.jar;..\lib\kunststoff.jar;..\lib\gtkswing.jar;..\lib\quaqua.jar;..\lib\hsqldb.jar;..\lib\JQuotesApp.jar weconsultants.org.jquotesapp.JQuotesAppManager
Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________
'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.
- References:
- create jar file with external jar library
- From: Luigi
- create jar file with external jar library
- Prev by Date: Re: SoftReference operation synchronization detail
- Next by Date: Re: Passing tab char in command line
- Previous by thread: Re: create jar file with external jar library
- Next by thread: Passing tab char in command line
- Index(es):
Relevant Pages
|
|