It seems that firefox 68.x, as distributed with CentOS6 updates, no longer allows opening jnlp files with javaws
The "Choose Helper Application" window popping up after selecting "Open with/Other" has a predefined list of applications that cannot be customised.
I'm sure it must be a configuration issue as this works fine with the same browser on other distributions, but what to look for?
# alternatives --display javaws javaws - status is auto. link currently points to /usr/java/latest/jre/bin/javaws /usr/java/latest/jre/bin/javaws - priority 200000 Current `best' version is /usr/java/latest/jre/bin/javaws. # ll -L /etc/alternatives/javaws -rwxr-xr-x 1 root root 140296 Dec 15 2018 /etc/alternatives/javaws #
isdtor writes:
It seems that firefox 68.x, as distributed with CentOS6 updates, no longer allows opening jnlp files with javaws
The "Choose Helper Application" window popping up after selecting "Open with/Other" has a predefined list of applications that cannot be customised.
I'm sure it must be a configuration issue as this works fine with the same browser on other distributions, but what to look for?
# alternatives --display javaws javaws - status is auto. link currently points to /usr/java/latest/jre/bin/javaws /usr/java/latest/jre/bin/javaws - priority 200000 Current `best' version is /usr/java/latest/jre/bin/javaws. # ll -L /etc/alternatives/javaws -rwxr-xr-x 1 root root 140296 Dec 15 2018 /etc/alternatives/javaws #
No replies, really? Lack of this facility makes browser and platform unusable for server management.
Not knowing what kind of server management you're looking for I can only make general suggestions. We found that the removal of Java support (actually NSAPI in favor of the Pepper API which Oracle has stated they won't support) left us with limited IPMI (iLO, DRAC, whatever) functionality. And, looking at https://en.wikipedia.org/wiki/Java_Web_Start, Oracle has stopped supporting javaws. In our case (SuperMicro) we found two things: their newer hardware had switched to HTML5/iKVM which didn't require Java and SuperMicro had supplied non-browser-based (but Java-based) programs which supplied equivalent functionality for the legacy hardware. My recommendation would be to look into those alternatives. Java Web Start - Wikipediahttps://en.wikipedia.org/wiki/Java_Web_Start In computing, Java Web Start (also known as JavaWS, javaws or JAWS) is a framework developed by Sun Microsystems (now Oracle) that allows users to start application software for the Java Platform directly from the Internet using a web browser.Some key benefits of this technology include seamless version updating for globally distributed applications and greater control of memory allocation to ... en.wikipedia.org
________________________________ From: CentOS centos-bounces@centos.org on behalf of isdtor isdtor@gmail.com Sent: Thursday, November 14, 2019 8:17 AM To: centos@centos.org centos@centos.org Subject: [EXTERNAL] Re: [CentOS] Firefox 68 jnlp files
isdtor writes:
It seems that firefox 68.x, as distributed with CentOS6 updates, no longer allows opening jnlp files with javaws
The "Choose Helper Application" window popping up after selecting "Open with/Other" has a predefined list of applications that cannot be customised.
I'm sure it must be a configuration issue as this works fine with the same browser on other distributions, but what to look for?
# alternatives --display javaws javaws - status is auto. link currently points to /usr/java/latest/jre/bin/javaws /usr/java/latest/jre/bin/javaws - priority 200000 Current `best' version is /usr/java/latest/jre/bin/javaws. # ll -L /etc/alternatives/javaws -rwxr-xr-x 1 root root 140296 Dec 15 2018 /etc/alternatives/javaws #
No replies, really? Lack of this facility makes browser and platform unusable for server management.
_______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
Harriscomputer
Leroy Tennison Network Information/Cyber Security Specialist E: leroy@datavoiceint.com
[cid:Data-Voice-International-LOGO_aa3d1c6e-5cfb-451f-ba2c-af8059e69609.PNG]
2220 Bush Dr McKinney, Texas 75070 www.datavoiceint.comhttp://www..com
This message has been sent on behalf of a company that is part of the Harris Operating Group of Constellation Software Inc.
If you prefer not to be contacted by Harris Operating Group please notify ushttp://subscribe.harriscomputer.com/.
This message is intended exclusively for the individual or entity to which it is addressed. This communication may contain information that is proprietary, privileged or confidential or otherwise legally exempt from disclosure. If you are not the named addressee, you are not authorized to read, print, retain, copy or disseminate this message or any part of it. If you have received this message in error, please notify the sender immediately by e-mail and delete all copies of the message.
Leroy Tennison writes:
Not knowing what kind of server management you're looking for I can only make general suggestions. We found that the removal of Java support (actually NSAPI in favor of the Pepper API which Oracle has stated they won't support) left us with limited IPMI (iLO, DRAC, whatever) functionality. And, looking at https://en.wikipedia.org/wiki/Java_Web_Start, Oracle has stopped supporting javaws. In our case (SuperMicro) we found two things: their newer hardware had switched to HTML5/iKVM which didn't require Java and SuperMicro had supplied non-browser-based (but Java-based) programs which supplied equivalent functionality for the legacy hardware. My recommendation would be to look into those alternatives. Java Web Start - Wikipediahttps://en.wikipedia.org/wiki/Java_Web_Start In computing, Java Web Start (also known as JavaWS, javaws or JAWS) is a framework developed by Sun Microsystems (now Oracle) that allows users to start application software for the Java Platform directly from the Internet using a web browser.Some key benefits of this technology include seamless version updating for globally distributed applications and greater control of memory allocation to ... en.wikipedia.org
This is about firefox. I was able to add custom helper applications on previous versions, or pick an executable from the filesystem tree to achieve this. This version of firefox doesn't allow that, it has a predefined list of helper apps taht cannot be updated. If it somehow generates that list from OS config files, I am wondering which those are.
isdtor wrote:
It seems that firefox 68.x, as distributed with CentOS6 updates, no longer allows opening jnlp files with javaws
The "Choose Helper Application" window popping up after selecting "Open with/Other" has a predefined list of applications that cannot be customised.
I'm sure it must be a configuration issue as this works fine with the same browser on other distributions, but what to look for?
# alternatives --display javaws javaws - status is auto. link currently points to /usr/java/latest/jre/bin/javaws /usr/java/latest/jre/bin/javaws - priority 200000 Current `best' version is /usr/java/latest/jre/bin/javaws. # ll -L /etc/alternatives/javaws -rwxr-xr-x 1 root root 140296 Dec 15 2018 /etc/alternatives/javaws #
Don't know about CentOS6, but with CentOS7, the selection of apps that you can use appear to map to '.desktop' files?
If it is the same on CentOS6, then you might be able to set up a suitable .desktop file (e.g. in /usr/share/applications/ or similar) to do what you want ...
No idea if this is of any help
James Pearson