# Opening the program

The ELOas debugger starts via the file EloAsDebug.exe and requires a computer with JRE 1.7 or higher installed.

You can also run the ELOas debugger via the command line using the following command:

"C:\Program Files\Java\jre1.8.0_152\bin\javaw.exe"
        -classpath ".\*;lib\*" de.elo.mover.eloasdbg.javafx.StartEloAs

# Use with OpenJDK

The ELOas debugger can also be used with OpenJDK. The ELOas debugger 20 comes as a complete package with OpenJDK 13. Java no longer has to be installed separately.

In the program directory of the ELOas debugger, click the file "ELOasDebug.bat".

# Displaying the debugger on high-resolution screens

For the Rhino debugger embedded in the ELOas debugger to be displayed properly with a horizontal resolution of 4000 pixels (4K) on Windows 10 (from version 1703), you have to configure the option for scaling the application. Follow the steps below to configure this option:

  1. On the file system, right-click the file "EloAsDebug.exe" and select the "Properties" menu item.

  2. Open the tab "Compatibility".

  3. Click the "Change high DPI settings" button.

  4. Check the box next to "Overwrite behavior for high DPI scaling".

  5. Select "System" from the drop-down menu.

  6. Click OK to save your changes.

ELOas debugger 20 includes the Rhino scripting engine "rhino-1.7.12.jar".

Last updated: July 31, 2023 at 8:32 AM