Playing around with different JRE versions in Eclipse, I find that the project currently fits best with jdk1.3.1 (no errors or warnings). With j2sdk1.4.1 there is one deprecated method warning in USGSMarsMap (URLEncoder.encode(String)) and in jdk1.2.2 there are errors in AboutDialog (unresolved constant in JViewport) and in TableTab (JTableHeader doesn't support getDefaultRenderer or setDefaultRenderer).
The question is, which jre version should be supported? I'm not sure which are the most recent versions supported on various target platforms for the user community. Any ideas?
Thanks,
Kent
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Playing around with different JRE versions in Eclipse, I find that the project currently fits best with jdk1.3.1 (no errors or warnings). With j2sdk1.4.1 there is one deprecated method warning in USGSMarsMap (URLEncoder.encode(String)) and in jdk1.2.2 there are errors in AboutDialog (unresolved constant in JViewport) and in TableTab (JTableHeader doesn't support getDefaultRenderer or setDefaultRenderer).
The question is, which jre version should be supported? I'm not sure which are the most recent versions supported on various target platforms for the user community. Any ideas?
Thanks,
Kent