Installation failed: need to verify install file

I was not able to successfully install Servoy on Fedora 13. Not all the files mentioned in the steps to run the developer were deployed. I suspect the file I downloaded was corrupted so I want to get the md5sum of servoy_installer.jar and compare it to the value that it should be but I can’t find it on the download page. Anybody know what it should be?

Thanks,

Edward Hooper

> md5 servoy_installer.jar 
MD5 (servoy_installer.jar) = 9edb3d65642e19794f284a150a02714e
Size: 211836645

The md5sum matches. Now I know that there is something else wrong. I install the software using the following command:

sudo java -jar servoy_installer.jar

but the file servoy_developer.jar is not deployed. And the developer directory is not created either.

The particulars are:

Fedora 13 x86_64
Servoy installer 5.2 Cross platform installer

Are you using Oracle’s JRE/JDK? What do you get if you type: java -version?

Also I can’t recommend installing as root. Better is to create a servoy user and install it in a directory owned by that servoy user.

The output of java -version is:

java version “1.6.0_25”
Java™ SE Runtime Environment (build 1.6.0_25-b06)
Java HotSpot™ 64-Bit Server VM (build 20.0-b11, mixed mode)

and I’m on Fedora 14 now. I wonder if that makes a difference?

Can you be a bit more detailed on what your are doing and what is not working?