RE: Java 6

2009-04-06 Thread Cliff Binstock
To: discuss@restlet.tigris.org Subject: Re: Java 6 A more general note: Applications compiled with Java 5 typically run on Java 6 JVMs without problems. Applications compiled with Java 6 don't run on Java 5 JVMs- the Java 5 JVM detects that the bytecode version is higher and ther

Re: Java 6

2009-04-02 Thread Malcolm Sparks
A more general note: Applications compiled with Java 5 typically run on Java 6 JVMs without problems. Applications compiled with Java 6 don't run on Java 5 JVMs- the Java 5 JVM detects that the bytecode version is higher and therefore rejects it. So, in theory, you don't need a Java 6 buil

RE: Java 6

2009-04-01 Thread Jerome Louvel
Hi Cliff, Yes, the build is done with Java 1.5 and we don't provide a build in Java 6. Official support for Java 6 is only planned for post-Restlet 1.2. In order to build it yourself, you can follow these instructions: "Building with Ant" http://wiki.restlet.org/developers/179-restlet/107-res