Re: processing bogs down
Posted by
Gabriel Landini on
Dec 07, 2007; 5:34pm
URL: http://imagej.273.s1.nabble.com/processing-bogs-down-tp3697828p3697834.html
On Friday 07 December 2007 17:06:59 John Alexander wrote:
> That is exactly the problem I have (had :D) too - anything with a dialog
> was slow.
>
> ./jre/bin/java -version
>
> java version "1.6.0"
> Java(TM) SE Runtime Environment (build 1.6.0-b105)
> Java HotSpot(TM) Client VM (build 1.6.0-b105, mixed mode, sharing)
I think that you have an older beta version of 1.6.
According to this:
http://download.java.net/jdk6/archive/b105/index.htmlit was released on Nov 29 2006.
If you upgrade to one of the latest releases here:
http://download.java.net/jdk6/binaries/you will get the bug I mentioned that it is cured (what a paradox!) with the
Motif toolkit.
I have installed:
java version "1.6.0_02-ea"
Java(TM) SE Runtime Environment (build 1.6.0_02-ea-b02)
Java HotSpot(TM) Client VM (build 1.6.0_02-ea-b02, mixed mode, sharing)
and it still gives me a hassle with the dialogs.
I tried 1.6.0_05 and it was the same.
Now that I found b105 I might try that one again.
Regards,
Gabriel