Is it possible to package a Java jar library in a framework? I have been trying to figure out how, and I can't seem to make sense of the build settings.
I would like to do this using XCode, but I could manage to do it manually.
By the way, none of this code is actually compiled in XCode, I just want to use it to package the jar files into a framework for use by a cocoa application.