Re: editing path of java's target executable
Re: editing path of java's target executable
- Subject: Re: editing path of java's target executable
- From: David Ewing <email@hidden>
- Date: Mon, 12 Jan 2004 15:37:36 -0700
On Jan 9, 2004, at 4:56 PM, Dmitry Markman wrote:
Hi
how I can edit path to executable in the default java target's
executable
for example
I have a target foo that has product foo.jar
I can see default target executable foo
if I 2click on that i can see executable pane
but I can not (it's disable) edit path to executable which is foo.jar
and that executable doesn't work
to make it work I have to create custom executable with the path
/usr/bin/java
and launch arguments -jar foo.jar
This is how it is done in Xcode. The first executable is not used.
Normally, the second custom executable is created automatically when
you create a project.
Note: foo.jar does have correct manifest: I can run it by 2clicking on
it from the finder
It works in the Finder because there's an application called "Jar
Launcher" that gets run when you dbl-click a .jar file.
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.