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

Unable to locate package openjdk-23-jdk & jre #4

Open
emptys0uL opened this issue Sep 24, 2024 · 2 comments
Open

Unable to locate package openjdk-23-jdk & jre #4

emptys0uL opened this issue Sep 24, 2024 · 2 comments

Comments

@emptys0uL
Copy link

I encountered two errors while installing on Ubuntu. I installed JDK 23 and 21, but they’re not working. I think the reason loader.jar isn't being created is that the JDK is not installed correctly. But nothing works... Any solution?

image

@TheDarkChakra
Copy link

TheDarkChakra commented Sep 24, 2024

I was having issues too, you need to be using JDK 23. I believe I installed it via snap and added this to my .bashrc after doing this it loaded properly:

export JAVA_HOME=/snap/openjdk/current/jdk
export PATH=$JAVA_HOME/bin:$PATH

@xiv3r
Copy link
Owner

xiv3r commented Sep 24, 2024

I encountered two errors while installing on Ubuntu. I installed JDK 23 and 21, but they’re not working. I think the reason loader.jar isn't being created is that the JDK is not installed correctly. But nothing works... Any solution?

image

try reinstall again

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

No branches or pull requests

3 participants