HI All,
i am doing jdk upgrade version on one application
is there any tool whick will convert .class file (which has compiled under jdk 1.4). i don't have .java files(src code) so i want to know is any tool which will convert .class file (jdk 1.4) to .class file (jdk 1.5) with out recompiling the source file into jdk 1.5 (which convert directly .class of jdk 1.4 to .class of jdk 1.5 )
Regards
Ravi