I installed java 5 on one of my computer s(just client testing!)
Did anyone experience that a client with java 5 is slower than the same client with java 1.4.2??
The screens are build much slower the first time! After the screen is build the speed good, but every screen is slower!
cjemichael:
2. Eventually I am planning to upgrade the Macs to Tiger and Java 1.5 - is this likley to speed up Servoy on the slower Macs?
Not sure if Java 1.5 under Tiger is faster than 1.4.
Anyway, java under Tiger seems to be much responsive than under Panther, so your mac clients should benefit of the upgrade.
Moreover, under Tiger you can easillyy switch from 1.4 to 1.5.
As a follow up to this discussion, I have a couple of questions which I mistakenly posted under SQL databases before.
How does one actually install or set java and/or Servoy so that it runs Java 1.5 when running Servoy developer from terminal under Mac OS X.4? Setting it up so that it runs when double-clicking the Servoy application is simple (through the java preferences.app that comes with 1.5). But when you run Servoy from the command line in terminal (‘java -DSTACKTRACE=true -jar servoy_developer.jar’) that doesn’t do it. Servoy in that case is using 1.4.2. Any thoughts?
I almost always use the command line to start up Servoy Developer because a) that way I can see what’s going on without having to go to the log and b) startup is MUCH faster - 30 secs vs 150 secs. And that relative percentage is true on my g5, my g4 and my powerbook g4. Can someone tell me why that is? Is there any downside to starting up using the command line? The behaviour seems identical to me other than it is so much faster using the command line and one can see what is going on.
For anyone interested I have a workaround for launching Servoy developer from the command line using Java 1.5 with Tiger. From your Servoy directory:```
/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/home/bin/java -DSTACKTRACE=true -jar servoy_developer.jar