centOS Servoy Server App and Java

Hi. I’m trying to get servoy server up and running on CentOS.

I don’t think it is working because I don’t think Java is running. Because when I do a ```
ps -e


So I went to modifying the .bash_profile, but still can't get it to fly.

Does anyone have any wisdom to help here?

Thanks,

Chico

Hi Chico,
You will need to check what java version is install, by default centos uses the gnu version which servoy does not like.

Try this on the command line and see what version is running

java -version

there is a howto here http://wiki.centos.org/HowTos/JavaOnCentOS

if all is well cd to /usr/local/servoy

and run ./servoy_server.sh.

also I found that if sybase was installed that it does not always start with the servoy server, you need to confirm it is running.

I found running mysql was a better choice for the repository server on centos.

Hope this helps