Import a jar package in a XCode CocoaJava project...
Import a jar package in a XCode CocoaJava project...
- Subject: Import a jar package in a XCode CocoaJava project...
- From: Oliver Fox <email@hidden>
- Date: Tue, 11 Nov 2003 14:13:47 +0100
Hallo
anyone out there who can explain how to import a Java framework (a .jar
package) directly in a project ....
I already manage the import and usage of that package if I install it
in the standard path:
/library/Java/Extensions
but I want to import it directly in the project, so that it is included
and packed in the final .app
I already try it already with: --> Project/AddFrameworks menu
the result is that the compiler says ok..
but if i use a object out of the imported package, there is alwas an
error message...
thanks for any help,
Oliver
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.