How to know java Compiler version?
807599Apr 23 2007 — edited Apr 24 2007Hi all,
could I know how to get the compiler version of java?
javac -source 1.x says if compiler has support to the specified version or not, but I want a command to get the compiler version, like it should say 1.4 or 1.5 as it says after executing java -version.
Thanx
Reddy