biell / alti-server

Altitude game server wrapper
The Unlicense
13 stars 3 forks source link

javaHome using OpenJDK #20

Closed kevATin closed 4 years ago

kevATin commented 4 years ago

If I were to use OpenJDK-8 (or 11, or some other version) should I expect potential issues or is alti+server fully compatible with that?

After setting javaHome to "/usr/bin/java" can I safely delete the altitude/jre folder or is it still used for something? (disk space is my main concern here, 150mb for dozens of servers adds up on a 32gb sd card)

biell commented 4 years ago

You should be able to run just fine against OpenJDK. It won't affect the alti+server, java is only used by Altitude itself. I use OpenJDK-8.

My guess is that you can safely delete the directory, but I am not sure. I would try it and see what happens.

kevATin commented 4 years ago

Seems fine so far~