Poor Java performance

jesman0

Registered
D2.5 10.4.8 4GB ATix800 Java v.5.0

Running both Safari and Firefox 2.0.0.1

My issue is with a Java water animation that can be applied to a raster image. I produces water like ripples when you mouse over an image. I believe it's called DuriusWater.

On a PC in any browser it runs great. On a Mac, in either Safari or Firefox, it runs choppy. Safari runs it quite a bit better the Firefox, but it is still choppy nonetheless.

Is there some tweak for mac Java or some better code I can use that will make it run smoothly on the Mac and PC?

Thanks for any help in advance.
 
Link: http://www.durius.com/104.asp

What are the specs on the Mac you're using (Processor/RAM/VideoCard)?

Runs fine on the MacBook Pro (reduced performance mode on battery) in Safari and Firefox. Totally flopped in IE (crashed the browser). Don't have anything else to test on right this minute, but maybe others viewing this can.
 
Thanks for the link. My specs are on the first line of my 1st post. That link runs exactly the same as what I had posted. I suspect it is a PPC issue. The code its probably optimized for some x86 architecture.

It would be nice to find some code that worked across platforms.
 
Back
Top