You are not logged in.
Hi
I havnt got this to work with icedtea-web and have been trying with different jdk and jre. If anyone out there got this to work my question is what did you install and did you do some changes in firefox after to get it working?
Thanks for taking your time.
Last edited by ihet (2019-04-02 13:51:30)
Offline
What have you done so far? What errors do you get from firefox?
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
What have you done so far? What errors do you get from firefox?
I now have jdk10-openjdk and jre10-openjdk installed and also icedtea-web and icedtea-web-doc and I am able to choose icedtea-web when trying to run a .jnlp file from firefox but after pressing open nothing happens. It just get added to dowloads
Offline
If you all think that what I have installed should be enough to get it working could it then be some kind of permissions problem? If my arch linux install is to restrict or something like that?
Offline
check that you also have installed 32bit version of java, because most of that applications need 32-bit javaws
You can check it with
$ archlinux-java32 status
Available 32-bit Java environments:
java32-6-jre/jre
java32-7-jre/jre (default)
Last edited by sincomil (2019-04-01 13:29:36)
Offline
check that you also have installed 32bit version of java, because most of that applications need 32-bit javaws
You can check it with$ archlinux-java32 status Available 32-bit Java environments: java32-6-jre/jre java32-7-jre/jre (default)
Okey! But I cant run either archlinux-java32 or archlinux-java64 but I can check archlinux-java status and it says:
Available Java environments:
java-10-openjdk (default)
Does this mean I have done something wrong here?
Offline
Have you followed the instructions I linked to? Have you run firefox from a terminal and tried to run a jnlp file so you could observe any error output?
These are rhetorical questions. It would seem you haven't. Please do so.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
@ihet if you have no archlinux-java32 command available then you have no installed 32-bit version of java
Last edited by sincomil (2019-04-01 14:45:36)
Offline
Have you followed the instructions I linked to? Have you run firefox from a terminal and tried to run a jnlp file so you could observe any error output?
These are rhetorical questions. It would seem you haven't. Please do so.
I followed the links instructiuon on creating a symlink and placed it in my local .mozilla but firefox already sence the icedTea-web since I can choose it when trying to launch a .jnlp.
No .jnlp file can be launched thru firefox but when saving a .jnlp file local and running from terminal I can get test .jnlp to run but when running the one I want to launch, a iKVM for my server, it just says "Download ATEN java iKVM viewer: 0%" (and blinking!?) This I am wondering if it actually could have something to do with I am running 64 bit java or if it is not possible to run a iKVM for a server locally and it has to be launched from website when I am logged in to SuperMicro, I have no idea on this part.
NOW after just waiting a few minutes the downloading started and then It ask me if I trusted SuperMicro and then I pressed "Run" but then it hangs and gives me these "Details":
net.sourceforge.jnlp.LaunchException: Fatal: Launch Error: Could not launch JNLP file. The application has not been initialized, for more information execute javaws/browser from the command line and send a bug report.
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:577)
at net.sourceforge.jnlp.Launcher$TgThread.run(Launcher.java:940)
Caused by: java.lang.ClassNotFoundException: tw.com.aten.ikvm.KVMMain
at net.sourceforge.jnlp.runtime.JNLPClassLoader.loadClass(JNLPClassLoader.java:1557)
at net.sourceforge.jnlp.Launcher.launchApplication(Launcher.java:552)
... 1 more
And if I press the tab "java console":
https://pastebin.com/nM8JvLtC
Offline
I'm almost 100% positive that every browser has removed direct webstart ability from their code base.
Your best bet would be trying an old version (like 2 - 3 years or so): https://support.mozilla.org/en-US/kb/npapi-plugins
Or even better, not rely on outdated technology for whatever you want to do, if that is possible.
Last edited by V1del (2019-04-01 19:47:00)
Offline
I solved it. I am still not anle to launch thru firefox but it can have with what @V1del wrote. But i tried uninstall icedtea-web and only run with javaws from the terminal vith the -verbose option. And also entered the javacontrol and under security lowered to medium.
(I marked it as solved even though the topic was to make it run from firefox. But it is close enough
Thanks all of you for taking your time!!
Last edited by ihet (2019-04-02 13:52:47)
Offline
Firefox stopped supporting and loading icedtea-web with version 52. Still, it should be possible to create a .desktop file that will allow opening .jnlp files with e.g. xdg-open, mimeo, or the open-with dialog in firefox.
Last edited by progandy (2019-04-02 14:06:04)
| alias CUTF='LANG=en_XX.UTF-8@POSIX ' |
Offline
I've packaged firefox-esr-52 in the AUR in order to use all of my many web applications that need Java.
It's fully installable along with the standard Firefox package and runnable in parallel using --no-remote -P profile
Offline
@Muflone @progandy
Thanks for your inputs. Will try both your suggestions!
Offline