Re: Integrating *.jar Frameworks
Re: Integrating *.jar Frameworks
- Subject: Re: Integrating *.jar Frameworks
- From: p3consulting <email@hidden>
- Date: Sun, 7 Dec 2003 13:04:41 +0100
On 7 dic. 2003, at 05:09, email@hidden wrote:
Message: 12
From: "=?ISO-8859-1?Q?Dr._J=F6rg_Wurzer?=" <email@hidden>
Subject: Integrating *.jar Frameworks
Date: Sat, 6 Dec 2003 23:27:36 +0100
To: email@hidden
email@hidden
Hello,
In XCode I can't merge Frameworks of *.jar Files. In Projektbuilder it
was possible. Has anyone a solution? I can't build a correct
Application which is running.
Jvrg
Your problem is maybe that if you don't have .java files of your own
(=> you have ONLY .jar files) Xcode doesn't turn on
the right flag(s) in the project settings and in the Info.plist
Checks that your info.plist file has
NSJavaNeeded String YES
NSJavaPath Array of string
an entry for each jar added with the name of jar (WITH the
extension)
NSJavaRoot String Contents/Resources/Java
(all these are supposed to be set automatically by Xcode but of course
if you hit a bug)
and of course that your project has a copy build phase to move the
.jar's to the "Java Resources" destination
In case of doubt
see
http://www.macosxguru.net/article.php?story=20031117093349473
and more specifically to answer your question download the example
http://www.macosxguru.net/downloads/DatavisionReport2.tar.gz
(you will have to download datavision from sourceforge also to make it
works)
Pascal Pochet
P3 Consulting
_______________________________________________
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.