Jul 16, 2008 #1 milton747 Programmer Joined Apr 21, 2005 Messages 133 Location US I was sent a .class file I have to use in a program. Is there a way to determine the JDK it was compiled with? ie: 1.4 vs.1.5 vs 1.6? Thanks
I was sent a .class file I have to use in a program. Is there a way to determine the JDK it was compiled with? ie: 1.4 vs.1.5 vs 1.6? Thanks
Jul 16, 2008 #2 Diancecht Programmer Joined Jan 8, 2004 Messages 4,042 Location ES I imagine a decompiler like jad will do the job, but according to the specification you'll find it in the 6th byte. Cheers, Dian Upvote 0 Downvote
I imagine a decompiler like jad will do the job, but according to the specification you'll find it in the 6th byte. Cheers, Dian
Jul 16, 2008 #3 stefanwagner Programmer Joined Oct 19, 2003 Messages 2,373 Location DE Is there a way to determine the JDK it was compiled with? Click to expand... No, but there is a way to determine the JDK it was compiled for. don't visit my homepage: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
Is there a way to determine the JDK it was compiled with? Click to expand... No, but there is a way to determine the JDK it was compiled for. don't visit my homepage: http://home.arcor.de/hirnstrom/bewerbung