jdk1.5 to jdk 1.6

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • piyush malik
    New Member
    • Nov 2011
    • 1

    #1

    jdk1.5 to jdk 1.6

    how should i call a jdk 1.6 compiled jar class from a jdk 1.5 compiled application.Cur rently my application is running on jdk 1.5 but i want to call a function(in a jar) which is jdk 1.6 compiled.How should i accomplish this problem.
  • kuldeeprsks
    New Member
    • Dec 2011
    • 22

    #2
    if you want jdk1.5 compiled file to run in jdk1.6 then compile the same with jdk1.6 and vice versa bcoz java gives version mismatch error.

    Comment

    Working...