weisJ / Mima

Run Mima Code from a desktop UI
http://gbi.ira.uka.de/
MIT License
9 stars 0 forks source link

Not running with jumpmarks #14

Closed pavelzw closed 5 years ago

pavelzw commented 5 years ago

I have Java version 1.8.0_191 and after I compile, it's not running when I run it with jumpmarks:

Here is my code:

LDC(0); NOT(); STV(25); LDC(24); A: STV(26); STIV(26); ADD(25); JMN(B); JMP(A); B: HALT();

pavelzw commented 5 years ago

I'm running on Mima 1.6

weisJ commented 5 years ago

This was caused by incompatibility of Java 11 with older versions. As of Java 11 the javaFX package was moved into its own distribution causing some files to be missing in newer JREs.