We have developed a cold fusion applicaiton using smith engine 1.3 b4. The smith engine has jre 1.4 supported.
Now i want to migrate it to jre 1.5.
So for that matter i have replaced the jre directory that comes with Smith package to jre 1.5. I have also set the paths/classpath to Java 5.
But when i try to run the smith i get version mismatch error. On investigating it is found out that it is because of the class file versions are created using Java 5 but the JVM used is 1.4.
Is there any other thing i need to change?? Like in jetty.xml of newer version of jetty to be replaced??