Confirm, happened to me on up-to-date, today on kubuntu.
For suggested work-around works also for me, here is diff:
--- /usr/bin/imagej.orig 2018-08-08 08:58:24.929997867 +0300
+++ /usr/bin/imagej 2018-08-08 08:59:13.774938712 +0300
@@ -418,9 +418,9 @@
if [ "$JAVA_HOME" ] ; then
if (( $verbosity > 0 )) ; then
echo ${modules}
- echo $JAVA_HOME/bin/java ${arch} -mx${mem}m ${jni} ${modules}
ij.ImageJ -ijpath ${ij_user_path} -port${count} ${images} ${macrocmd}
${macroargs}
+ echo $JAVA_HOME/bin/java -mx${mem}m ${jni} ${modules} ij.ImageJ
-ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} ${macroargs}
else
- eval $JAVA_HOME/bin/java ${arch} -mx${mem}m ${jni} ${modules}
ij.ImageJ -ijpath ${ij_user_path} -port${count} ${images} ${macrocmd}
${macroargs}
+ eval $JAVA_HOME/bin/java -mx${mem}m ${jni} ${modules} ij.ImageJ
-ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} ${macroargs}
fi
else
echo "No JVM found to run ImageJ"
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657
Title:
Unrecognized option: -d64
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs