Re: create jar file with external jar library
- From: SpaceAgeJuliet@xxxxxxxxx
- Date: 31 May 2006 10:24:11 -0700
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?
.
- Follow-Ups:
- Re: create jar file with external jar library
- From: Luigi
- Re: create jar file with external jar library
- References:
- create jar file with external jar library
- From: Luigi
- create jar file with external jar library
- Prev by Date: Passing tab char in command line
- Next by Date: Is there a dedicated unicode separator character?
- Previous by thread: create jar file with external jar library
- Next by thread: Re: create jar file with external jar library
- Index(es):
Relevant Pages
|
|