Re: Fat Jar
Re: Fat Jar
- Subject: Re: Fat Jar
- From: David Ewing <email@hidden>
- Date: Thu, 13 Oct 2005 10:16:58 -0600
On Oct 13, 2005, at 2:43 AM, Marco Iora wrote:
Hello all,
my first question is about the build system of Xcode. Actually I
develop a client server java application using postgresql database.
I wanna create a jar with postgresql.jar included to avoid the need
to specify the classpath (different for every system).
I tried but can't get out how.
Add the file to the project, and to the target that you're building.
Edit the target, and look at the "Link Binary with Libraries" build
phase. There's a checkbox there called "Merge" that does what you want.
Dave
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Fat Jar (From: Marco Iora <email@hidden>) |