What do I need for developer to function properly ; the java runtime environment or the SDK ? I have Vista and Java platform standard edition 1.6 and Developer seems to work OK so why the SDK ? I’m confused about JRE & SDK and their respective version nrs but want to know all about it since I’m starting with Servoy.
The docs explicitly say that you need JDK (SDK) for Developer and Server.
What it does say however is “Servoy 3.0 (and higher) will also work on other platforms which support JDK 1.5 or higher.”. Maybe you confused that with the need for JRE.
You have Server running on a machine with only the JRE ?
Seems like I’m not the only one being confused. I can start the server but it gives me 1 error (see atached screendump/log)
But why should I start the server anyway ? If I open a sample solution in developer then it works.
I don’t get the complete picture yet so if anyone could throw some light on this I’d greatly appreciate.
PS : the follow up email after downloading developer that I got explicitly says :
Installation Requirements
Servoy is a Java 2 application - meaning you will need Java SDK 1.4 (or higher) installed on your computer to use Servoy. To download the latest Java SDK - available free-of-charge from Sun - for Windows; Linux; and Solaris, click here.
Thx
There are no errors in that log only 1 warning. You can ignore that.
As for Java 1.4, yes you can use Servoy 3.5 with Java 1.4. But when you use the HTTP tunnel then it requires Java 1.5 for both server and client.
(apart from the JRE/JDK discussion)
The JDK (which is the SDK) and JRE are both available in version 1.4, 1.5 and 1.6.
The JDK contains all the files that JRE has and more, so in a way the JRE is a subset of the JDK.