Last week, while dealing with the java class through coldfusion, i got the error message like 'Java Class version not supported....'.
At lost Bharathi rectified the issue is with the java class version.
So i compiled the same java file with java1.4 and resolved the issue.
Here are some of the screen shots of them.
The moral of the story is 'compile .java files in corresponding Java platform version to get the Java class version.so that you will come out of version compatible problems.
Note: Java class version is major here. ------------------------------------------------
major minor Java platform version
45 3 1.0
45 3 1.1
46 0 1.2
47 0 1.3
48 0 1.4
49 0 1.5
50 0 1.6
Thanks and Regards,
Raghuram Reddy.Gottimukkula,
Adobe Certified Advanced ColdFusion Developer
Bangalore,INDIA.
Special thanks to Bharathi Raja!