I just want to run a .jar app on mac, but I can not find a emulator.Does anyone know one? Thank you.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
migrated from stackoverflow.com Nov 14 '10 at 12:55
|
Java is a multi-platform language. There are no emulators, just JVMs. Even Macs have a JVM implementation. In a command prompt, try:
|
|||
|
|
java -jar foo.jarshould work, actually. – Joey Nov 12 '10 at 1:17