Hopefully, someone else has had some experience in configuring OpenJDK to access the Brocade GUI.
I've been doing some more research, and it looks like the jnlp file that the Brocades use was actually opened by Java Web Start, not Java itself (more brain-melting), and that was deprecated even in Oracle Java. So, it might not be Java JRE itself that we need to replace, but the Java Web Start.
DellEMCSupport
631 Posts
0
May 28th, 2023 23:00
Hello,
are Brocades bought with a Dell order?
From the browser, use the following syntax to bypass the Java version check when launching webtools.
http://<;switchip>/switchExplorer_installed.html
This can be used as a workaround until the FOS is upgraded, and the Java is matched to FOS's specifications.
Please review FOS Release notes for recommendations regarding FOS/Java compatibility.
TheGreenAnt
1 Rookie
•
23 Posts
0
May 29th, 2023 17:00
Thanks for the reply.
Yes, it was a part of a Dell order.
As per my original post, that URL does not work.
OpenJDK may require tweaking to work with the Brocade portal.
DELL-Joey C
Moderator
•
4.1K Posts
0
May 29th, 2023 20:00
Hi @TheGreenAnt,
Most Brocade switch uses Java for it's Web Tools access. I am unfamiliar with OpenJDK configuration to set for JavaSE to access the Web Tool.
TheGreenAnt
1 Rookie
•
23 Posts
1
May 30th, 2023 17:00
Hi Joey, thanks for the reply.
Yes, the reliance on Java is quite irritating.
Hopefully, someone else has had some experience in configuring OpenJDK to access the Brocade GUI.
I've been doing some more research, and it looks like the jnlp file that the Brocades use was actually opened by Java Web Start, not Java itself (more brain-melting), and that was deprecated even in Oracle Java. So, it might not be Java JRE itself that we need to replace, but the Java Web Start.
There is an OpenWebStart that I might have a look at installing: Java Web Start is dead. Long live OpenWebStart! - openwebstart.com
I'll try to have a look at this in the next few days and report back.