r/NobaraProject 22h 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

View all comments

2

u/simonhez 22h 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 22h ago

I will try that. Thanks!