|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
||||
|
||||
Version to Use for JAR File?
So, if I want to package some stuff up in a JAR file, what version of the JDK should I be using? Or does it really matter much?
|
#2
|
|||
|
|||
I would compile with 1.4, since not everybody has 1.5 installed (unless you really need a language feature only present in 1.5 ...)
Dirk |
#3
|
||||
|
||||
I don't think I've got anything in there that requires 1.5...
Thanks! |
#4
|
||||
|
||||
It is not just a question of featrues requiring JRE1.5 -- the java compiler embeds a JDK version number in the .class files: .class files compiled with 1.5 will not run on a 1.4 JDK.
If you are using Eclipse, you can set the JRE compatibility version somewhere, no matter what JRE/JDK you are using.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#5
|
||||
|
||||
Narflex stated in the 4.12 beta thread that:
Quote:
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|