← Back to team overview

openjdk team mailing list archive

[Bug 520711] Re: openjdk-6-javaws.desktop should point to javaws in /etc/alternatives

 

** Also affects: java-common (Ubuntu)
   Importance: Undecided
       Status: New

** Changed in: openjdk-6 (Ubuntu)
       Status: New => Invalid

-- 
openjdk-6-javaws.desktop should point to javaws in /etc/alternatives
https://bugs.launchpad.net/bugs/520711
You received this bug notification because you are a member of OpenJDK,
which is subscribed to openjdk-6 in ubuntu.

Status in “java-common” package in Ubuntu: New
Status in “openjdk-6” package in Ubuntu: Invalid

Bug description:
The package install javaws as an alternative, yet in the desktop file the non-alternative version is used.

Exec=/usr/lib/jvm/java-6-openjdk/bin/javaws %u

should be changed to either...

Exec=/usr/bin/javaws %u

or

Exec=/etc/alternatives/javaws %u





References