Re: Import a jar package in a XCode CocoaJava project...
Re: Import a jar package in a XCode CocoaJava project...
- Subject: Re: Import a jar package in a XCode CocoaJava project...
- From: Moray Taylor <email@hidden>
- Date: Tue, 11 Nov 2003 14:04:47 +0000
Edit your active target, in the 'Simple-View' go to 'Cocoa
Java-Specific'
A list will be there, it will usually have just one entry in it,
something like 'myapp.jar', add the paths to your other .jar files
here.
BTW, if anyone has another way of doing this, I'd be interested in
finding out.
Cheers
Moray
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.
_______________________________________________
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.