[Bug 294753] Re: ImageJ chooses wrong java home

2010-05-31 Thread jmrk
Hm, might be broken in Lucid (again?).. Not sure yet, because I fiddled with the launcher in Karmic (at least did not work there for me). -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 294753] Re: ImageJ chooses wrong java home

2010-05-31 Thread Peter Husen
I believe they reverted the fix according to this bug report http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558222 See also http://svn.debian.org/wsvn/debian-med/trunk/packages/imagej/trunk/debian/imagej.sh?rev=4423sc=0 I guess this bug report (and the Debian one) should be reopened since the

[Bug 294753] Re: ImageJ chooses wrong java home

2010-05-31 Thread Peter Husen
** Bug watch added: Debian Bug tracker #558222 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=558222 -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 294753] Re: ImageJ chooses wrong java home

2009-10-08 Thread Launchpad Bug Tracker
This bug was fixed in the package imagej - 1.43b-1ubuntu1 --- imagej (1.43b-1ubuntu1) karmic; urgency=low * debian/imagej.sh - Backport the fix for JVM selection from Debian package. Thanks to Peter Husen for original suggestion and following throuh the regression report

[Bug 294753] Re: ImageJ chooses wrong java home

2009-10-07 Thread Bug Watch Updater
** Changed in: imagej (Debian) Status: New = Fix Released -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 294753] Re: ImageJ chooses wrong java home

2009-09-24 Thread Onkar Shinde
The bug is fixed in imagej version 1.43b-1 which is available in karmic. ** Changed in: imagej (Ubuntu) Status: Confirmed = Fix Released -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug notification because you are a member of Ubuntu Bugs,

Re: [Bug 294753] Re: ImageJ chooses wrong java home

2009-09-24 Thread Peter Husen
No it's not fixed. The line that determines the java home is still the same: JAVA_HOME=$(/usr/sbin/update-java-alternatives -l | head -1 | cut -d' ' -f 3) i.e. still the first line from update-java-alternatives -l, which is not necessarily the configured alternative. I just installed 1.43b-1 by

[Bug 294753] Re: ImageJ chooses wrong java home

2009-09-24 Thread Onkar Shinde
Looks like even though Debian changelog says tgis bug is fixed, it is actuakky not. I will also reopen he Debian bug. ** Changed in: imagej (Ubuntu) Status: Fix Released = Confirmed -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug

[Bug 294753] Re: ImageJ chooses wrong java home

2009-05-25 Thread XXarles
It also happens to me and I'm using the 32 bit version (Ubuntu 8.10). My java -showversion: Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode) The error it throws: Exception in thread null java.lang.UnsatisfiedLinkError: Can't load

[Bug 294753] Re: ImageJ chooses wrong java home

2009-03-23 Thread linuxed
I can confirm this bug in ubuntu 8.10 64-bit. On my system I had manually installed the latest jre (1.6.0_14) from Sun into the following directory. /usr/lib/jvm/jre1.6.0_14 I then added a new java alternative and set it as the default jre using the following. sudo update-alternatives

[Bug 294753] Re: ImageJ chooses wrong java home

2009-03-09 Thread Bug Watch Updater
** Changed in: imagej (Debian) Status: Unknown = New -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 294753] Re: ImageJ chooses wrong java home

2008-11-18 Thread macabro22
Hi I can confirm this bug using intrepid ibex amd64. ** Changed in: imagej (Ubuntu) Status: New = Confirmed -- ImageJ chooses wrong java home https://bugs.launchpad.net/bugs/294753 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 294753] Re: ImageJ chooses wrong java home

2008-11-11 Thread Onkar Shinde
** Bug watch added: Debian Bug tracker #505315 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505315 ** Also affects: imagej (Debian) via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505315 Importance: Unknown Status: Unknown -- ImageJ chooses wrong java home

[Bug 294753] Re: ImageJ chooses wrong java home

2008-11-06 Thread Peter Husen
Tried to make a patch including my fix. I have no experience writing patches though, so I probably did something wrong. Also I am not sure, my fix is the best one. ** Attachment added: imagej_1.40a-1ubuntu2.debdiff http://launchpadlibrarian.net/19431516/imagej_1.40a-1ubuntu2.debdiff --