I'm sure this question has been posted but I've not found anydefinitive answer.I maintain a product line that consists of a dedicated Linux systemrunning Java to provide a GUI interface as a control system forunderlying hardware. I've been working to move to jdk 1.5 (not hardbut I'm busy) and now this new DST thing which is not covered by theversion I've been porting to (1.5.0-b64) makes me want to rethingabout going to the latest 1.6. It seems every version change hadproblems in the beginning and I didn't even try 1.6 because of that.Now I'm thinking about it again.Can anyone give me a level of comfort about just going to the latestjdk and jre? Is there an advantage to going to the latest 1.6 versusthe last 1.5? The liability of 1.6 is, of course, it's not as testedas the previous releases but, as java has matured, I think that someof that may be pretty minimal. I don't have enough data to judge.Can I get opinions? Any input is greatly appreciated.
|
|
0
|
|
|
|
Reply
|
jkimble (57)
|
3/18/2007 6:27:22 PM |
|
James Kimble wrote:
> I'm sure this question has been posted but I've not found any
> definitive answer.
>
> I maintain a product line that consists of a dedicated Linux system
> running Java to provide a GUI interface as a control system for
> underlying hardware. I've been working to move to jdk 1.5 (not hard
> but I'm busy) and now this new DST thing which is not covered by the
> version I've been porting to (1.5.0-b64) makes me want to rething
> about going to the latest 1.6.
Daylight Saving Time is handled just fine by J6. No one has ever claimed
otherwise. What gave you the impression that it's not?
Older versions of J5 and up through 1.4 require a simple downloaded fix from
Sun to handle DST. Since the current version of J5 is something like 1.5.0_11
it looks like your version actually predates the DST fix so, ironically, you
are at greater risk for not having upgraded to 6.
Bear in mind that J1.4 is the old, creaky, hoary, nearly obsolescent version.
J6 is the current release. J5 has been out about two and a half years, now.
> It seems every version change had problems in the beginning and I didn't even try 1.6 because of that.
> Now I'm thinking about it again.
There have been bugs reported in 6, some of which carried over from 5, but for
the most part it works as advertised. Have you been checking Sun's bug list to
see if the issues affect your situation?
It's hardly the "beginning" for J5 any more.
> Can anyone give me a level of comfort about just going to the latest
> jdk and jre? Is there an advantage to going to the latest 1.6 versus
> the last 1.5? The liability of 1.6 is, of course, it's not as tested
> as the previous releases but, as java has matured, I think that some
> of that may be pretty minimal. I don't have enough data to judge.
Ooh, I don't know about all that. Sun's own tests are pretty durned
exhaustive, and 6 has been through quite the beta process. Why don'tcha mosey
on over to their bugs and RFE place if you want to know what issues you might
face?
<http://bugs.sun.com/bugdatabase/index.jsp>
Perhaps in there you'll find enough data to judge.
-- Lew
|
|
0
|
|
|
|
Reply
|
lew7583 (253)
|
3/18/2007 7:26:47 PM
|
|
On Mar 18, 8:26 pm, Lew <l...@nospam.lewscanon.com> wrote:> James Kimble wrote:> > I'm sure this question has been posted but I've not found any> > definitive answer.>> > I maintain a product line that consists of a dedicated Linux system> > running Java to provide a GUI interface as a control system for> > underlying hardware. I've been working to move to jdk 1.5 (not hard> > but I'm busy) and now this new DST thing which is not covered by the> > version I've been porting to (1.5.0-b64) makes me want to rething> > about going to the latest 1.6.I have read that 1.6 (from sun java blog) has preatty impresiveimprovements in GUI laying performance (over 1.5), but I dont know itthese improvements will affect your progams. So if performance is afactor (or likely will be) you ought to consider that.
|
|
0
|
|
|
|
Reply
|
jb
|
3/18/2007 7:54:29 PM
|
|
James Kimble wrote:
> I maintain a product line that consists of a dedicated Linux system
> running Java to provide a GUI interface as a control system for
> underlying hardware. I've been working to move to jdk 1.5 (not hard
> but I'm busy) and now this new DST thing which is not covered by the
> version I've been porting to (1.5.0-b64) makes me want to rething
> about going to the latest 1.6. It seems every version change had
> problems in the beginning and I didn't even try 1.6 because of that.
> Now I'm thinking about it again.
Older versions of J5 and versions 1.4 and earlier require a simple downloaded
fix from Sun to handle DST. You might consider using the released version of
J5, which already has the fix, instead of the beta version.
> Can anyone give me a level of comfort about just going to the latest
> jdk and jre? Is there an advantage to going to the latest 1.6 versus
> the last 1.5? The liability of 1.6 is, of course, it's not as tested
> as the previous releases but, as java has matured, I think that some
> of that may be pretty minimal. I don't have enough data to judge.
If you are concerned about version stability, why are you using a beta of J5?
Bear in mind that J1.4 is the old, creaky, hoary, nearly obsolescent version.
J6 is the current release. J5 has been out about two and a half years, now.
> It seems every version change had problems in the beginning and I didn't
even try 1.6 because of that.
> Now I'm thinking about it again.
There have been bugs reported in 6, some of which carried over from 5, but for
the most part it works as advertised. Have you been checking Sun's bug list to
see if the issues affect your situation?
It's hardly the "beginning" for J5 any more.
> Can anyone give me a level of comfort about just going to the latest
> jdk and jre? Is there an advantage to going to the latest 1.6 versus
> the last 1.5? The liability of 1.6 is, of course, it's not as tested
> as the previous releases but, as java has matured, I think that some
> of that may be pretty minimal. I don't have enough data to judge.
Ooh, I don't know about all that. Sun's own tests are pretty durned
exhaustive, and 6 has been through quite the beta process. Why don'tcha mosey
on over to their bugs and RFE place if you want to know what issues you might
face?
<http://bugs.sun.com/bugdatabase/index.jsp>
Perhaps in there you'll find enough data to judge.
-- Lew
|
|
0
|
|
|
|
Reply
|
lew7583 (253)
|
3/18/2007 8:11:15 PM
|
|
James Kimble wrote:> I'm sure this question has been posted but I've not found any> definitive answer.> > I maintain a product line that consists of a dedicated Linux system> running Java to provide a GUI interface as a control system for> underlying hardware. I've been working to move to jdk 1.5 (not hard> but I'm busy) and now this new DST thing which is not covered by the> version I've been porting to (1.5.0-b64) makes me want to rethingOlder versions of J5 and versions 1.4 and earlier require a simple downloaded fix from Sun to handle DST.> about going to the latest 1.6. It seems every version change had> problems in the beginning and I didn't even try 1.6 because of that.> Now I'm thinking about it again.It's hardly the "beginning" for J5 any more.Bear in mind that J6 is the current release. J5 has been out about two and a half years, now. J1.4 is the old, creaky, hoary, nearly obsolescent version.There have been bugs reported in 6, some of which carried over from 5, but for the most part it works as advertised. Have you been checking Sun's bug list to see if the issues affect your situation?> Can anyone give me a level of comfort about just going to the latest> jdk and jre? Is there an advantage to going to the latest 1.6 versus> the last 1.5? The liability of 1.6 is, of course, it's not as tested> as the previous releases but, as java has matured, I think that some> of that may be pretty minimal. I don't have enough data to judge.Ooh, I don't know about all that. Sun's own tests are pretty durned exhaustive, and 6 has been through quite the beta process. Why don'tcha mosey on over to their bugs and RFE place if you want to know what issues you might face?<http://bugs.sun.com/bugdatabase/index.jsp>Perhaps in there you'll find enough data to judge.-- Lew
|
|
0
|
|
|
|
Reply
|
Lew
|
3/18/2007 8:19:05 PM
|
|
On Mar 18, 3:19 pm, Lew <l...@nospam.lewscanon.com> wrote:> James Kimble wrote:> > I'm sure this question has been posted but I've not found any> > definitive answer.>> > I maintain a product line that consists of a dedicated Linux system> > running Java to provide a GUI interface as a control system for> > underlying hardware. I've been working to move to jdk 1.5 (not hard> > but I'm busy) and now this new DST thing which is not covered by the> > version I've been porting to (1.5.0-b64) makes me want to rething>> Older versions of J5 and versions 1.4 and earlier require a simple downloaded> fix from Sun to handle DST.>> > about going to the latest 1.6. It seems every version change had> > problems in the beginning and I didn't even try 1.6 because of that.> > Now I'm thinking about it again.>> It's hardly the "beginning" for J5 any more.>> Bear in mind that J6 is the current release. J5 has been out about two and a> half years, now. J1.4 is the old, creaky, hoary, nearly obsolescent version.>> There have been bugs reported in 6, some of which carried over from 5, but for> the most part it works as advertised. Have you been checking Sun's bug list to> see if the issues affect your situation?>> > Can anyone give me a level of comfort about just going to the latest> > jdk and jre? Is there an advantage to going to the latest 1.6 versus> > the last 1.5? The liability of 1.6 is, of course, it's not as tested> > as the previous releases but, as java has matured, I think that some> > of that may be pretty minimal. I don't have enough data to judge.>> Ooh, I don't know about all that. Sun's own tests are pretty durned> exhaustive, and 6 has been through quite the beta process. Why don'tcha mosey> on over to their bugs and RFE place if you want to know what issues you might> face?>> <http://bugs.sun.com/bugdatabase/index.jsp>>> Perhaps in there you'll find enough data to judge.>> -- LewIn reviewing the bug list (should have done that first) I think 1.6 isthe way to go. I don't see anything that will be negative and a greatdeal that will be positive. Thanks for the insight.--jk
|
|
0
|
|
|
|
Reply
|
James
|
3/18/2007 11:12:36 PM
|
|
On Mar 19, 5:27 am, "James Kimble" <jkim...@one.net> wrote:> I'm sure this question has been posted ......that's not surprising, given you posted it.Please refrain from multi-posting in future.<http://www.physci.org/codes/javafaq.html#xpost>(Note X-post to c.l.j.p./g., w/ f-u to c.l.j.p. only)Andrew T.
|
|
0
|
|
|
|
Reply
|
Andrew
|
3/19/2007 1:52:00 AM
|
|
On Mar 19, 10:12 am, "James Kimble" <jkim...@one.net> wrote:...me an email. Please note the 'Quote'.<http://groups.google.com/groups/profile?enc_user=7mTjyhYAAADCSWBnolz9mAH1YeBMyEJTo4cocwWvDVg2RHsu8f1bCg>Andrew T.
|
|
0
|
|
|
|
Reply
|
Andrew
|
3/19/2007 12:41:03 PM
|
|
|
7 Replies
125 Views
(page loaded in 0.138 seconds)
Similiar Articles: JDK 1.6.0_03 is out - comp.lang.java.programmerI have yet to see auto-dl ever work, either via JNLP or theJava control panel.Also JDK/JREs are out for 1.4.2_16 and 1.5.0_13-- Roedy Green Canadian Mind ProductsThe Java ... jdk1.6 and tomcat 5.5 compatibility - comp.lang.java.programmer ...Hi,can I use tomcat5.5 along with jdk1.6?Or jdk1.5 will be better.... Java 64bit client VM Not supported - comp.unix.solarisI just installed a new Java Environment 1.4.2_06 release,everything installed correctly. As part of my final verifcation I ran the following commands:... JDK 1.6.0_22 attempt 2 - comp.lang.java.programmerJava(TM) Platform Standard Edition 6 Update Release Notes Changes in 1.6.0_22 (6u22) The full internal version ... On October 30, 2008, Java SE 1.4.2 reached its end of ... class file has wrong version 49.0, should be 48.0 - comp.lang.java ...Hi, I have downloaded a 3:rd party jar file. When I try to run my code ( using the API) I get the following error: class file has wrong version 49.... can I delete old java update files? - comp.lang.java.help ...I'm trying to make space on my Win2000 hard drive and under C:\Program Files\Common Files\Java\Update\Base images there are three folders, jre 1.5.0.b... How to inform web site visitor that Sun Java is required? - comp ...Re: How to inform web site visitor that Sun Java is required?Hi,I hope this is the correct forum to make this post. If not, please letme know.I am by ... Should I use C++ or Java for Numeric Intensive Calculations - comp ...Hi, My apoligies for posting the age-old question of C++ vs. Java. I am a FORTRAN programmer and I my work mainly involve numeric computation. I am ... [comp.publish.cdrom] CD-Recordable FAQ, Part 1/4 - comp.publish ...Archive-name: cdrom/cd-recordable/part1 Posting-Frequency: monthly Last-modified: 2008/10/09 Version: 2.71 Send corrections and updates to And... SSL Socket handshake problem - comp.lang.java.securityconvert a ssl cert in .pem format to pkcs12 - comp.unix.solaris ... >I have a .pem file for a wildcard ssl cert. >I need to turn that into cert8.db ... Java 1.4.2 Vs 1.5 Vs 1.6 - Application Forum at ObjectMix.comJava 1.4.2 Vs 1.5 Vs 1.6 - Java . This is a discussion on Java 1.4.2 Vs 1.5 Vs 1.6 - Java; I'm sure this question has been posted but I've not found any definitive ... Java 1.4 Vs. Java 1.5 | eHow.comJava 1.5, otherwise known as Java 5.0, is the next to latest release of the Java programming language and virtual machine, the latest being 1.6.0/6.0, and the ... 7/8/2012 3:04:51 PM
|