• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

How standard is JDK1.4 ?is any one using it?

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How standard is JDK1.4 ?is any one using it?
 
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you mean how stable? I use 1.4.1_01 and have had no problems with it what-so-ever. Well, no problems related to the JDK or JRE. I create all my own kinds of problems though.
BTW - I have used it on Windows XP, SUSE 7.3, Mandrake 8/9
 
Bhagya Tangutur
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.
I will be glad if some one share their experiences,as it is a general question
 
Ranch Hand
Posts: 160
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have used for my recent project. Reflection is faster. Lot of bugs regarding Swings are fixed. We never not faced any problem with that.
Cheers
Sri
 
Ranch Hand
Posts: 508
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
I'am stuck with >1.4 as I'm using java.util.regex (my favourite ;-)), java.util.logging, java.nio.
chantal
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
We are facing lotof problems in jdk1.4.
This is not full compatable with jdk1.3
foucus is big problem..and swing memory..
in jdk1.3 70 mb heap but in jdk1.4 ->> 90 mb
I am sure jdk1.4 is not stable..
 
Gregg Bolinger
Ranch Hand
Posts: 15304
6
Mac OS X IntelliJ IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by kannan:
hi,
We are facing lotof problems in jdk1.4.
This is not full compatable with jdk1.3
foucus is big problem..and swing memory..
in jdk1.3 70 mb heap but in jdk1.4 ->> 90 mb
I am sure jdk1.4 is not stable..


How is 1.4 not compatible with 1.3? All JDK versions are backwards compatible. You may run into deprications of classes or methods, but that is not a bug per say.
Also, memory usage is not nessacarily a bug either. There is a lot more SWING in 1.4 than 1.3, so I would expect memory usage to increase a little.
1.4 has no more bugs than 1.3 had/has. I think 1.3 is on release 6 now?
I don't see anything significantly wrong with 1.4 to not use it. Especially with some of the new API's offered in 1.4.
 
Bhagya Tangutur
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks folks....It's become little more interesting topic than i thought.i am glad your sharing all your experiences tempting me to move to JDK1.4.
[ November 30, 2002: Message edited by: kumar B ]
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Gregg Bolinger:

How is 1.4 not compatible with 1.3? All JDK versions are backwards compatible. You may run into deprications of classes or methods, but that is not a bug per say.
Also, memory usage is not nessacarily a bug either. There is a lot more SWING in 1.4 than 1.3, so I would expect memory usage to increase a little.
1.4 has no more bugs than 1.3 had/has. I think 1.3 is on release 6 now?
I don't see anything significantly wrong with 1.4 to not use it. Especially with some of the new API's offered in 1.4.


We too are facing some compatability issues with JRE1.4.1. Our earlier application was in JRE1.3 and on porting it to the latest version we found that Tab was not working in any of the JApplets! Also certain radio-button/JTableHeader text was also being converted into something like "MyText..." (not enough width for the component it seems). Some other issues were also there.
 
Chantal Ackermann
Ranch Hand
Posts: 508
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I suppose, some of the compatibility problems are due to bug fixes. even if this sounds strange. a look into the bugparade might shed some light on such mysteries.
if there is no entry for the problem you are facing you should write a test case that shows the different behaviour between the jdk versions. even if they answer that this is no bug they often write some information on what and why it is happening.
chantal
[ December 02, 2002: Message edited by: Chantal Ackermann ]
 
Bartender
Posts: 4121
IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"kannan" -

Welcome to the JavaRanch! Please adjust your displayed name to meet the
JavaRanch Naming Policy.
You can change it here.

Thanks! and welcome to the JavaRanch!
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic