Re: Empty windows on Ubuntu with 3D effects
Posted by
Gabriel Landini on
Sep 22, 2008; 4:56pm
URL: http://imagej.273.s1.nabble.com/Empty-windows-on-Ubuntu-with-3D-effects-tp3694967p3694972.html
On Monday 22 September 2008 17:34:09 Gabriel Lapointe wrote:
> This trick worked for me in 7.04
>
>
http://ubuntuforums.org/showthread.php?t=506686Or you can run IJ with this option (mentioned by Wayne some time ago):
-Dawt.toolkit=sun.awt.motif.MToolkit
In the run file:
cd ~/ImageJ
/usr/lib/jvm/java-1.6.0/bin/java -Dawt.toolkit=sun.awt.motif.MToolkit -mx256m -cp
ij.jar:jimi.jar:/usr/lib/jvm/java-1.6.0/lib/tools.jar ij.ImageJ $*
(the line break after -cp was inserted by the mailer).
With this option, IJ shows large fonts (and menues become too long) in my suse
linux install.
Regards,
G.