Error in Ubuntu 8.04 x64

Hello to the forum:

I have installed Servoy in Ubuntu hardy-heron without apparent problem, but on having executed the developper there takes place
the error that I indicate later.
I have read in Google that is a error of Eclipse, but I do not find the solution.
Can you indicate some link or documentation to me in the matter?

Thank

#################

System Settings

#################
System: Ubuntu 8.04 - Hardy Heron 64 bits
Kernel: 2.6.24-19-generic
Desktop: Gnome 2.0
Servoy: 4.0
Java:
java version “1.6.0_06”
Java™ SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot™ 64-Bit Server VM (build 10.0-b22, mixed mode)

##################

Message of error

##################
JVM terminated. Exit code=13
/usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-XX:MaxPermSize=256M
-jar /usr/local/servoy/developer/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /usr/local/servoy/developer/servoy
-name Servoy
–launcher.library /usr/local/servoy/developer/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.0.3.R33x_v20080118/eclipse_1023.so
-startup /usr/local/servoy/developer/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata 658012
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx256m
-XX:MaxPermSize=256M
-jar /usr/local/servoy/developer/plugins/org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar

The Eclipse used by Servoy 4 does not work with java 64bit, install a 32 bit JVM and you should be fine.

Thanks, I test and tell you the result

Try the fix mentioned in this post viewtopic.php?p=55454#p55454

Rob