Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ability for users to use custom java runtime environment #3248

Open
jLn0n opened this issue Jan 12, 2025 · 4 comments
Open

ability for users to use custom java runtime environment #3248

jLn0n opened this issue Jan 12, 2025 · 4 comments

Comments

@jLn0n
Copy link

jLn0n commented Jan 12, 2025

Enhancement Type

A completely new feature

Describe the enhancement

would be nice if we as users can use custom java runtime for certain conditions like making C2ME run because for unknown reasons, the said mod doesn't work for java 21 and would need to use later versions like java 22+

@jLn0n jLn0n changed the title ability to provide custom java runtime environment ability for users to use custom java runtime environment Jan 12, 2025
@itzg
Copy link
Owner

itzg commented Jan 12, 2025

There are quite a few versions of Java already supported

https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/

@jLn0n
Copy link
Author

jLn0n commented Jan 13, 2025

There are quite a few versions of Java already supported

https://docker-minecraft-server.readthedocs.io/en/latest/versions/java/

well yep there are multiple supported java runtimes but how about user-defined java runtimes which the user can choose to utilize or use instead of the "hardcoded" ones

@itzg
Copy link
Owner

itzg commented Jan 13, 2025

Since Java is the base you'll need your build own image to support any other Java distributions

https://docker-minecraft-server.readthedocs.io/en/latest/misc/contributing/building/#building-image-locally-with-alternate-java-base

I'm curious, which one are you wanting to use?

@jLn0n
Copy link
Author

jLn0n commented Jan 14, 2025

Since Java is the base you'll need your build own image to support any other Java distributions

https://docker-minecraft-server.readthedocs.io/en/latest/misc/contributing/building/#building-image-locally-with-alternate-java-base

I'm curious, which one are you wanting to use?

graalvm 22 or later would be much appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants