Re: setting a java main class option on build & run
Re: setting a java main class option on build & run
- Subject: Re: setting a java main class option on build & run
- From: Ken Hawkins <email@hidden>
- Date: Tue, 11 May 2004 11:15:37 -0700
knew it was there somewhere. thanks dave!
ken;
On May 11, 2004, at 11:06 AM, David Ewing wrote:
On May 11, 2004, at 10:26 AM, Ken Hawkins wrote:
does anyone know how to tell xcode which java class to call as it's
main during a build & run command? this is a JNI type java
application and nobody on the java-dev side seems to know how. please
note that this project does NOT have an application product that i
can set the command line arguments on.
This is done by editing the executable. Click on the Executables smart
group, and dbl-click the JNIWrappper executable. That'll bring up a
window where you can set the command line arguments. The last argument
is the name of the main class.
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.