Prev: Servlet Question
Next: JOGL preload
From: Gianni Galore on 4 Aug 2010 10:21 Assume I got a *.class file. Is there a way to find out with which java version (e.g. 1.5upd14 or v1.6.upd20) this *.class file was previously compiled? Gianni
From: Lew on 4 Aug 2010 12:27 Gianni Galore wrote: > Assume I got a *.class file. > > Is there a way to find out with which java version (e.g. 1.5upd14 or v1.6.upd20) this *.class > file was previously compiled? > Cross-posting is not terrible, but usually it's enough to post your query in one newsgroup or another without cross-posting. That's especially true for comp.lang.java.programmer and comp.lang.java.help which have substantially the same readership. You did do the cross-post exactly correctly, mind you. No complaints there. It just probably didn't do very much to help you. -- Lew
From: Ronny Mandal on 12 Aug 2010 04:09 You might want to check this out: http://www.rgagnon.com/javadetails/java-0544.html //Ronny Mandal
|
Pages: 1 Prev: Servlet Question Next: JOGL preload |