I have a bran new machine with a new windows 10 64 bit Enterprise installaton .
I've installed Java from the oracle site, I see "Java(TM) SE Development Kit 17.0.1(64-bit" in the Programs and Features. So it's CLEARLY installed. When I browse http://isy/admin or https://www.universal-devices.com/99i/, I see the prompt "Please Keep This Windows Open!, Java 2+ Required." but NOTHING happens. No desktop icon, nothing.
I was able to download the "start.jnlp", and have manually attempted to launch it by associating jnlp filed with javaw.exe and even attempting running the following command from an admin console window.
C:\Program Files\Java\jdk-17.0.1\bin>javaw start.jnlp
All that command gets is a command prompt return, and no error code. I have checked for a javaws.exe in the latest version of Java for windows 64 bit but there's no JavaWS.exe only Java.exe and JavaW.exe as shown by the details below.
C:\Program Files\Java\jdk-17.0.1>dir *.exe /s /o n
Volume in drive C is Local Disk
Volume Serial Number is C644-26BE
Directory of C:\Program Files\Java\jdk-17.0.1\bin
01/14/2022 07:36 PM 41,800 jabswitch.exe
01/14/2022 07:36 PM 102,728 jaccessinspector.exe
01/14/2022 07:36 PM 67,400 jaccesswalker.exe
01/14/2022 07:36 PM 20,296 jar.exe
01/14/2022 07:36 PM 20,296 jarsigner.exe
01/14/2022 07:36 PM 51,016 java.exe
01/14/2022 07:36 PM 20,296 javac.exe
01/14/2022 07:36 PM 20,296 javadoc.exe
01/14/2022 07:36 PM 20,296 javap.exe
01/14/2022 07:36 PM 51,016 javaw.exe
01/14/2022 07:36 PM 20,296 jcmd.exe
01/14/2022 07:36 PM 20,296 jconsole.exe
01/14/2022 07:36 PM 20,296 jdb.exe
...
So I know I'm not a java guy but I'm pretty technically competant. I can only assume I'm missing something to getting the Admin app installed. Any suggestions/help would be GREATLY appreciated TIA.