On ubuntu 12.04.4 (precise), I was able to run a *.jnlp from Firefox
(26.0+build2-0ubuntu0.12.04.2) only after manually configuring update-
alternatives to use javaws from openjdk-7:
# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 12.04.4 LTS
Release:
To Fix this prob perform this steps
1. install java-7-oracle
sudo apt-get purge openjdk*
sudo rm /var/lib/dpkg/info/oracle-java7-installer*
sudo apt-get purge oracle-java7-installer*
sudo rm /etc/apt/sources.list.d/*java*
sudo apt-get update
sudo add-apt-repository ppa:webupd8team/java
sudo apt-
I also hit this bug trying to switch from OpenJDK 6 to 7. The solution
in comment #12 worked for me and IMHO is the best solution as it avoids
hacking script files which will be overwritten by any future package
updates.
This looks like a simple bug caused by one of the openjdk-6-* packages
not cl
Ran into this while trying to switch to openjdk 7 on a number of machines. You
can get rid of the old javaws-alternative using
update-alternatives --remove javaws
/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/javaws
It will then automatically use the openjdk-7 version.
--
You received this bug not
The above workaround will break every time the package is updated. The correct
workaround (in line with what Sam_ posted) is:
sudo update-alternatives --config javaws
and then choose the number in front of
/usr/lib/jvm/java-7-openjdk-amd64/jre/bin/javaws
Of course, this doesn't change the fact t
...obviously, I ment: Without double quotes, not without paranthesis.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969520
Title:
IcedTea Java Web Start fails to open .jnlp file
To manage notificat
This bug is still present in quantal, and the above fix works. For the newbies,
you need to
- Press Alt+F2
- enter the following (without paranthesis): "gksudo gedit /usr/bin/javaws"
- enter your password
- Change the "7" in the first line to a "6"
- Save and quit
--
You received this bug notifi
** Description changed:
Attempt to open a downloaded .jnlp file by right click and selecting 'IcedTea
Java Web Start' fails.
There is no result or feedback what's wrong.
.xsession-errors reveals that /usr/bin/javaws wrongly points to
java-6-openjdk although it isn't installed and hence no
This could be the answer. The /usr/bin/javaws file from
openjdk-7-plugins is looking for the openjdk-7 runtime:
kemel@torresmo:~$ head /usr/bin/javaws
#!/bin/bash
JAVA=/usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java
LAUNCHER_BOOTCLASSPATH="-Xbootclasspath/a:/usr/share/icedtea-web/netx.jar"
LAUNCH
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: icedtea-web (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969520
Title:
** Description changed:
Attempt to open a downloaded .jnlp file by right click and selecting 'IcedTea
Java Web Start' fails.
There is no result or feedback what's wrong.
+ .xsession-errors reveals that /usr/bin/javaws wrongly points to
java-6-openjdk although it isn't installed and hence no
** Attachment added: "java-webstart-sweet-home.png"
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/969520/+attachment/3052292/+files/java-webstart-sweet-home.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://b
There is still an openjdk-6* folder in /usr/lib/jvm/ and
/etc/alternatives/javaws points to it. (screenshots)
Obviously openjdk-6* wasn't really purged as expected.
Due to .xsession-errors output of /usr/bin/javaws I've adjusted lines 3 and 9
to openjdk-7*.
Successful result, icedtea webstart d
** Attachment added: "icedtea-debug"
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/969520/+attachment/3052291/+files/icedtea-debug
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/969520
** Attachment added: "alternatives-link-to-openjdk-6.png"
https://bugs.launchpad.net/ubuntu/+source/icedtea-web/+bug/969520/+attachment/3052289/+files/alternatives-link-to-openjdk-6.png
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubunt
Tested on a laptop atm (packages are up-to-date on both machines).
A click on .jnlp file opens the dialog and suggests to open it with java
webstart.
The file will be downloaded to /tmp, after notification of successful download
nothing happens.
Although there is no java -6* installed .xsession
with openjdk-6:
Exception in thread "Volume Viewer" java.lang.NoClassDefFoundError:
javax/media/opengl/GLEventListener
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:634)
at
java.security.SecureClassLoader.defin
17 matches
Mail list logo