I've never used Java before but I need to run a JNLP file which shows a virtual console to an iDRAC 6 remote management server. I have installed OpenJDK 21 from Homebrew but when I try to run the JNLP file I get this error:
which is strange as I assumed the JDK included the JRE. Do I need to set any env vars or something? The same happens when I try and use the command line javaws.
If anyone can point me in the right direction I would appreciate it.
The operation couldn’t be completed. Unable to locate a Java Runtime that supports javaws.
which is strange as I assumed the JDK included the JRE. Do I need to set any env vars or something? The same happens when I try and use the command line javaws.
If anyone can point me in the right direction I would appreciate it.