Hi i would like to convert my java code to objective c from terminal with j2objc.
I need to set below flag in terminal. (jre_emul is J2ObjC's JRE emulation library).
-ljre_emul
So when compile j2objc should compile with the JRE emulation lib.
$ j2objc Hello.java
How can i do it with terminal only without Xcode?
Source reference https://github.com/google/j2objc/wiki/Xcode-Build-Rules