Can anyone tell me how to include classes into an xCode project that
aren't stored in the standard classpath folders?
I am trying to use QTJ which is stored in /System/Library/Java/
Extensions/QTJava.zip
I know how to compile my program in the terminal using "javac -
classpath /System/Library/Java/Extensions/QTJava.zip program name."
But can't find a way of setting the java flags in xCode, so i get
compiler errors saying that the imported files can't be found.
Can someone please tell me how to fix this?
Many Thanks
Russell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Java-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/java-dev/email@hidden