Skip to content

Troubleshooting

ShadelessFox edited this page Feb 2, 2025 · 1 revision

Decima Workshop won't start

Symptoms

  • The console window opens and closes immediately.
  • When run from the command line, the Unrecognized option: --add-opens error is displayed.

Solution

Installing Java

Install Java from the Adoptium website. If the issue persists, see Setting the Java path.

Setting the Java path

You may have multiple Java versions installed on your system. In this case, you need to set the correct Java version as the default:

  1. Press Windows key + R and paste in sysdm.cpl. From there, go to the "Advanced" tab and click on " Environment Variables".
  2. Under "System variables", find the Path variable and click "Edit".
  3. Find the path to the Java 17 installation directory and move it to the top of the list.
  4. Click "OK" to save the changes.

Clone this wiki locally