Project-OMOTES / simulator-core

Core library for NWN simulator
GNU General Public License v3.0
1 stars 0 forks source link

JAVA_HOME error on computer without Java #158

Open vanmeerkerk opened 1 month ago

vanmeerkerk commented 1 month ago

A fresh install of the venv and running app.py results in a error. The PC does not have a Java installed and so JAVA_HOME is not findable.

MichielTukker commented 4 weeks ago

To resolve this, we need to refactor the ates class and mappers. Ates imports pyjnius at the root of the file, mappers import ates a the root, so as soon as the mappers are loaded/called, it crashes because java is not installed.