← Back to team overview

openjdk team mailing list archive

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

 

I don't think so. the desktop file is called openjdk-6-javaws, and
shouldn't use anything which is provided by another package.

-- 
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 “openjdk-6” package in Ubuntu: New

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