Java 1.5 and ColdFusion

Updated , First Published by Pete Freitag

Sun (now Oracle) rolled out Release Candidate 1 for Java 1.5 (or J2SE 5) yesterday, so what goodies are in it for ColdFusion Developers?

The J2SE 5 Release notes were here: java.sun.com/j2se/1.5.0/docs/relnotes/features.html. This is why I have always been a big fan of Macromedia's decision to move to Java. They have several other companies working on optimizing the platform (Java) on which ColdFusion runs.

Keep in mind that Java 1.5 is extremely old, you should not be running that version anymore. Take a look at the Java LTS versions table to see which versions of java are currently supported by Oracle. Also take a look to see Which versions of Java are supported on ColdFusion or Lucee

The Fixinator Code Security Scanner for ColdFusion & CFML is an easy to use security tool that every CF developer can use. It can also easily integrate into CI for automatic scanning on every commit.

Comments

Rob Brooks-Bilson

Now all we need is for Macromedia to list 1.5 as a supported JVM version ;-)

Pete Freitag

I should have also mentioned that the AMD 64 support also means that you can allocate more than 1.8GB of memory to ColdFusion!

Alex Hubner

Good news! But be carefull switching your JVMs. AFAIK ColdFusion MX 6.1 IS NOT compatible with 1.5 till now.

dan

When I call a webservice I get coldfusion.jsp.CompilationFailedException: Errors reported by Java compiler: Found 2 system errors: at coldfusion.jsp.JavaCompiler.compileClass

Philip Hunt

I have the same problem reported by Anil on 09/10/2007 (as above): coldfusion.jsp.CompilationFailedException ... Does anyone know what causes this?