Support in shell wrapper for IcedTea (wishlist)

Bug #162857 reported by Egon Willighagen
4
Affects Status Importance Assigned to Milestone
jabref (Ubuntu)
Fix Released
Undecided
gregor herrmann

Bug Description

Would be nice of the shell wrapper would pick up IcedTea. The patch:

--- jabref.orig 2007-11-15 13:22:25.000000000 +0100
+++ jabref 2007-11-15 13:23:12.000000000 +0100
@@ -5,6 +5,7 @@

 if [ -z $JAVA_HOME ]
 then
+t=/usr/lib/jvm/java-7-icedtea && test -d $t && JAVA_HOME=$t
 t=/usr/lib/jvm/java-1.5.0-sun && test -d $t && JAVA_HOME=$t
 t=/usr/lib/jvm/java-6-sun && test -d $t && JAVA_HOME=$t
 JAVA=${JAVA_HOME}/jre/bin/java

Oh, and a recommends or even depends in the debian/control would be nice too. The package to depend on is

icedtea-java7-jre

Revision history for this message
gregor herrmann (gregoa) wrote :

Thanks for the note and the patch; that's really good news!

At the moment I'm a bit reluctant to introduce a new dependency because theres no icedtea package in Debian (note that the JabRef package in Ubuntu is taken from Debian unstable).
Changing the wrapper script shouldn't hurt, and I'll keep an eye on IcedTea.

Cheers,
gregor

Changed in jabref:
assignee: nobody → gregor+debian
status: New → Confirmed
Revision history for this message
gregor herrmann (gregoa) wrote :

2.3-2 with the patched wrapper script has been uploaded to hardy 2 days ago.
I'm not yet closing this bug because the depends/suggests on icedtea is still missing.

gregor herrmann (gregoa)
Changed in jabref:
status: Confirmed → In Progress
Revision history for this message
gregor herrmann (gregoa) wrote :

the line is already there since 2.3.1-something and is obsolete in the meantime -- cf. LP: #225450 and LP: #203636

Changed in jabref:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.