google / j2objc

A Java to iOS Objective-C translation tool and runtime.
http://j2objc.org
Apache License 2.0
5.99k stars 968 forks source link

JAVA code is configured with JVM, how do I configure JVM into J2OBJC? #2200

Closed lihaiyang123 closed 11 months ago

tomball commented 11 months ago

You can't, since j2objc transpiled code doesn't use a JVM. After translation it's normal iOS-compatible Objective-C, not Java. As far as I know, there is no Java VM for iOS.