Switching to different versions of compiler
Hi,
I have JDK1.4 installed on my machine. I would like to compile java files with the lower versions of JDK. i.e., JDK1.3. I am not interested to install JDK1.3 and compile.
Can someone guide me to compile by switching the versions ?
Thanks in advance...
Thanks & Regards,
Gurushant Hanchinal
Hi,
I have tried with -target option and the version for which the classes to be compiled, it does not show any errors.
I doubt in my codei have few things which are unavailable in JDK1.3
My requirement is to find all the unsupported methods, interfaces and classes in 1.3 for the code written in 1.4.
please let me know if there are any workarounds or IDEs does this job!!
Thanks in advance..
Thanks & Regards,
Gurushant Hanchinal