MitchTalmadge / AMP-dockerized

CubeCoders AMP in a Docker Image. Easily create game servers for games like Minecraft, GMod, TF2, Factorio, and StarBound!
https://hub.docker.com/r/mitchtalmadge/amp-dockerized
Other
91 stars 22 forks source link

AMP Couldn't Find Java #101

Closed MitchTalmadge closed 2 years ago

MitchTalmadge commented 2 years ago

Just an FYI

If you get an error that looks like this:

image

"Unable to start server." "AMP couldn't find Java, check that it's installed"

This is because we removed Java 16 and installed Java 17 in the latest release. Java 16 is not LTS; Java 17 is LTS and does everything Java 16 can do and more. Go to Configuration -> Java and Memory -> Java Version and set this to Java 17.

Sorry for the inconvenience!