setting java.library.path in Xcode?!?
Will Scheidegger <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi I've been searching high and low to figure out how to set the value of the java.library.path System property when running a Java app from within Xcode (I'm on 2.2). I've tried providing an additional argument (-Djava.library.path=/usr/local/lib), I've tried setting the property in the code (but I guess at this time it's already too late): nothing works. When searching the web I saw a few posts saying that the lib has to be placed e.g. in /usr/lib/java but that's crap. One should be able to tell the VM where to look! Others were talking about manipulating Info.plist but I don't see that in my Xcode 2.2 project. Any ideas? Thanks! -Will