I’m following the docs regarding the use of iOSMOE and bindings, but i can’t execute the command
$java -jar wrapnatjgen.jar
it says "unable to access jarfile wrapnatjgen.jar
I’m on a MacOS Mojave, Java 1.8 and iosMoe 1.4.+
I’m following the docs regarding the use of iOSMOE and bindings, but i can’t execute the command
$java -jar wrapnatjgen.jar
it says "unable to access jarfile wrapnatjgen.jar
I’m on a MacOS Mojave, Java 1.8 and iosMoe 1.4.+
Hi, Andrea! Just define full path to your “wrapnatjgen.jar” file. Something like
java -jar ~/Downloads/wrapnatjgen.jar
It should work just fine.
Thanks a lot