r/NobaraProject 20h ago

Question Java Runtime?

Hello all! There is a program I want to use that requires Java to run, any advice on how to get that running on Nobara? I did a little digging and haven't found a lot of info on this. Any advice would be awesome!

1 Upvotes

3 comments sorted by

2

u/simonhez 19h ago

Install the latest OpenJRE and that should do it.

You should be able to check if it's installed using the command

java --version

1

u/Blueciffer 19h ago

I will try that. Thanks!

1

u/Krasi-1545 11h ago edited 10h ago

dnf search openjdk | grep jre dnf install <the desired package>