Is there any Java emulator for mac?

6,274

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 <your jar>
Share:
6,274

Related videos on Youtube

boboboa32
Author by

boboboa32

Updated on September 17, 2022

Comments

  • boboboa32
    boboboa32 over 1 year

    I just want to run a .jar app on macOS, but I can not find an emulator. Does anyone know one?