How to setup Emulator on Java 6/7

From RifidiWiki

Jump to: navigation, search

This can be used to overcome the Emulator issues with Java versions greater than Java 7 and allow for Edge to run on the latest version of Java.


C:\Users\matt>"C:\Program Files (x86)\Java\jre6\bin\java.exe" -version java version "1.6.0_43" Java(TM) SE Runtime Environment (build 1.6.0_43-b01) Java HotSpot(TM) Client VM (build 20.14-b01, mixed mode, sharing)

C:\Users\matt>set PATH=C:\Program Files (x86)\Java\jre6\bin;%PATH%

C:\Users\matt>cd ../

C:\Users>cd ..

C:\>cd "Program Files (x86)"

C:\Program Files (x86)>cd RifidiEmulator-1.6

C:\Program Files (x86)\RifidiEmulator-1.6>emulator.exe

Note: I installed a java 6 JRE, opened up a command line and set the PATH to put the jre6 location there before the rest of the path. This will be temporary for the duration of the CMD window being open. After that, navigate to the emulator directory and open it. It should work.

Personal tools