Hi,
am getting the following error when using '
ant compile' command:
java.lang.UnsupportedClassVersionError: com/sun/tools/javac/Main (Unsupported major.minor version 48.0).
whats this major.minor? whats this version 48.0??
I thought problem with PATH settings and pointin to two differant JRE versions. I checked PATH and CLASSPATH, they are pretty good.
Again, I had set the classpath in build file like:
<javac srcdir="src" destdir="build/classes" debug="on">
<classpath>
<fileset dir="C:\j2sdk1.4.0_03\lib" >
<include name="**/*.jar" />
</fileset>
</classpath>
</javac>
Now alos its not working.
Plsssssss clear me whats this major/minor and 48.0, what I need to resolve this??
Thanks.