How to make Native mac Apps with Java
Hi, I am a software engineer in college right now learning java, and I know there is a way to make my .class files from my java apps a native application in OS 10.4, however I have not been able to figure it out, if anyone could help me that would be great, I have download xcode kit and I have tried to the use the Jar Bundler, however I can never get it to work!
Thanks
iGrant
Thanks
iGrant
Comments
Google around for tutorials on cocoa-java applications. There are limitations to cocoa-java that native Objective-C apps don't have... but it is still nice to have the cocoa interface.