Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

jdk used in an EAR file

Status
Not open for further replies.

patnim17

Programmer
Jun 19, 2005
111
0
0
US
Is there a way I can know which version of the JDK was used to build an EAR or JAR file?

pat
 
A jar-file is a zipped-file, not neccessarily build with a JDK at all.
And the content of the jar - normally class-files, needn't be made with the same JDK-version, so if that's your real question, you need to examine every class.

seeking a job as java-programmer in Berlin:
 
So if I get to the class in the jar files, How can I know with what JDK version was it compiled?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top