Carbon and Java Target in one Project
Carbon and Java Target in one Project
- Subject: Carbon and Java Target in one Project
- From: Markus Helbig <email@hidden>
- Date: Tue, 3 Oct 2006 13:54:32 +0200
Given Following situation:
I have a Xcode project with a java target which builds an Launcher
with included App.jar. But for the Application i need to set
environment variables before starting the App.jar.
One solution is to build an carbon application which sat the end
starts java -jar App.jar. I have one which is working, BUT within to
xcode projects. So i tried to combine these projects as two targets
into one project. The carbon app depends on the java app, but it is
impossible to drag the App.jar as "Copy Bundle Ressource" to the
carbon target, so it doesn't work. Any ideas how to add the resulting
App.jar form the Java target to the Carbon target?
Any other possibilities to solve the main problem, setting
environment variables within an Java Project, before the App.jar will
be started??
Cheers
Markus
_______________________________________________
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