Windows Server

I am trying to install Servoy 2.0 on a Windows Server for programmers to access remotely. I downloaded the Jave app on the installation instruction site, and the servoy installer. When I double click the installer a black c promt box flashes open, and then closes. The servoy app never installs. What should I do?

Do you have the Java SDK installed?

You can find it here: http://java.sun.com/j2se/1.4.2/download.html

Download and install the following version:
J2SE v 1.4.2_04
SDK (NOT the JRE)

The correct version is installed.

If java is correctly installed it should start automaticly by double clicking on it!

Did you try this in a console?: java -jar servoy_installer.jar

Did you try to download the installer again (maybe the file is corrupted?)

I uninstalled and reinstalled Java with a new download, and I re-downloaded the servoy installer. No luck.

I am running Windows Server on this machine.
We were able to install the older version of servoy on our xp machines without a problem…

did you try what hjk mentioned?

start the installer in the command prompt

java -jar servoy_installer.jar

(in the dir where you have the installer jar)