Re: create jar file with external jar library
- From: "Luigi" <g_luigi@xxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 19:50:13 +0200
there are a lot af classes to add in this way, i hope in a more feasible
solution, but if this is the only one...
Thx
<SpaceAgeJuliet@xxxxxxxxx> ha scritto nel messaggio
news:1149096251.018172.100390@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
are you trying to export your code, with an library attached?
i do not know of a way to do this.
Perhaps you can just import the jar file as classes (unpack with
something like winzip and add the workspace as if it was your code
package), and then it will create a jar with all the code in it.
would that work around solve your problem?
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?
.
- References:
- create jar file with external jar library
- From: Luigi
- Re: create jar file with external jar library
- From: SpaceAgeJuliet
- create jar file with external jar library
- Prev by Date: Re: Passing tab char in command line
- Next by Date: Re: SoftReference operation synchronization detail
- Previous by thread: Re: create jar file with external jar library
- Next by thread: Re: create jar file with external jar library
- Index(es):
Relevant Pages
|