actually i using jdeveloper 3.2 and it provides 1.2 ... and i trying to provide it 1.3 to compile some files which is not compiled in 1.2 ....
is my approach is right or not ?????
You can compile old version code of Java on newer compilers using the -source and run it using old version JVM using -target but there are some bugs with those approaches. You might want to research a bit about it depending on your compiler version.
Comment