I was wondering if there is a way to compile objective-c code to Java. I am fully aware of the fact that both languages differ greatly, yes, but considering it is possible to reuse Java code in Objective-C, I wondered if you can export the Objective-C code to a JAR, or something else reusable in a Java application.
Anybody any thoughts?
There is an open-source project Objc2J, it can help you.
http://code.google.com/p/objc2j/
Disclaimer: I am an author of this unfinished product.