Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-14 Thread darkflame
Thanks for claifying that for me. Its sort-of a relief to know my system is set up right, even if it does mean putting a halt to this line of development. Its still interesting that it works in IE7 under 1.6.0_05-b13 (at least on an XP laptop), but sadly they dont seem to keep the sub- versions

Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread darkflame
I have been expirementing developing a transition effect in GWT, that is made by fadeing out a 10x10 array of images in sequence. The fade's, individualy, work ok. But if more then one is attempted at a time I get this; # # An unexpected error has been detected by Java Runtime Environment: # #

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread darkflame
umm..I meant looked at the log file. Not exactly sure what logging at a log file would do On Oct 13, 4:44 pm, darkflame [EMAIL PROTECTED] wrote: I have been expirementing developing a transition effect in GWT, that is made by fadeing out a 10x10 array of images in sequence. The fade's,

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread Paul Robinson
That's java itself, not gwt. You could try a later JVM - the latest non-RC 1.6 jdk is 1.6.0_07-b06 darkflame wrote: I have been expirementing developing a transition effect in GWT, that is made by fadeing out a 10x10 array of images in sequence. The fade's, individualy, work ok. But if more

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread alex.d
What about Web-mode? Any problems there? On 13 Okt., 16:44, darkflame [EMAIL PROTECTED] wrote: I have been expirementing developing a transition effect in GWT, that is made by fadeing out a 10x10 array of images in sequence. The fade's, individualy, work ok. But if more then one is attempted

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread darkflame
Yes, try this in IE; http://www.cuyperscode.com/CuypersCode2_WIP/test%20folder/TestProject.html Press Button2 to test the simple fade, Button1 to start the by-section fade out. crash's IE6 at the same point the crash happens in hosted. (the by-section fade out dosnt work at all in Firefox or

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread darkflame
I'll give that a go too. On Oct 13, 4:51 pm, Paul Robinson [EMAIL PROTECTED] wrote: That's java itself, not gwt. You could try a later JVM - the latest non-RC 1.6 jdk is 1.6.0_07-b06 darkflame wrote: I have been expirementing developing a transition effect in GWT, that is made by

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread Paul Robinson
Your error message indicates you were using 1.6.0_03 darkflame wrote: I have heard from someone using Java 1.6.0_05 that it works fine. It seems the _07 update (which I was on) is causing the problems. On Oct 13, 5:00 pm, darkflame [EMAIL PROTECTED] wrote: Yes, try this in

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread Thomas Wrobel
Thats strange, as thats what Command.com said when I type java -version I have just updated anyway to this version;

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread Paul Robinson
You can have any number of versions of java installed. From the windows command prompt, whichever is first in your PATH environment variable is the one that will be used (and if you never add java to your PATH, then you will get the last one to be installed since it drops a java.exe in system32).

Re: Possible bug with GWT or Java, but dont have the expirence to be sure myself :x

2008-10-13 Thread darkflame
Just done that, had to select the install folder manualy as it wasnt on the list, but then the _07 version appeared. Exact same problem, this time, however, the resulting error says; # Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing windows-x86) # Problematic frame: 10.0-b23?