Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » Java JDK/SDK version question
Closed Thread
Old 06-29-2006, 02:39 PM   #1 (permalink)
 
True Techie

Join Date: Aug 2004

Posts: 223

KornNut

Default Java JDK/SDK version question

I am buidling upon existing java/jsp based code. It was developed using Java's 1.4.2_08 SDK. It does not mesh well with Java's 1.5 SDK.

However, the 1.4.2_10 SDK is far more easier to install than the elde, 1.4.2_08 version.

How likely is that we will run into development problems???

I understand that there is a strong possiblity of running into problems if we use the 1.5_ SDK, but will there be any with 1.4.2_10?

Thanks.
__________________
3.0 GHz P4 w/ Hyper Threading
1 Gig DDR RAM
9800 Pro ATI Radeon
7.1 Soundblaster
DVD Burners are a must!
19\'\' Samsung LCD
______________________________

In this world gone mad, we won\'t spank the monkey. The monkey will spank us!
KornNut is offline  
Old 06-29-2006, 03:06 PM   #2 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

Why are you running into problems with 1.5?
jaeusm is offline  
Old 06-29-2006, 03:39 PM   #3 (permalink)
 
True Techie

Join Date: Aug 2004

Posts: 223

KornNut

Default

The legacy software WILL NOT work for 1.5. It is a new, untested version of the Java SDK. It is not accepted in the programmer's world yet.

APIs such as Apache Tomcat do not even support 1.5.

It is well known that the 1.5 JDK is not the current norm and does not work for all APIs, etc.

My question is would the same legacy problems occur with the minor update from 1.4.2_08 to 1.4.2_10.
__________________
3.0 GHz P4 w/ Hyper Threading
1 Gig DDR RAM
9800 Pro ATI Radeon
7.1 Soundblaster
DVD Burners are a must!
19\'\' Samsung LCD
______________________________

In this world gone mad, we won\'t spank the monkey. The monkey will spank us!
KornNut is offline  
Old 06-29-2006, 11:59 PM   #4 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default

What doesn't work? I've been using 1.5 since last year. The only thing I can think of is the compiler throwing warnings for using deprecated container classes, which is an easy problem to fix.

Quote:
It is well known that the 1.5 JDK is not the current norm
The current norm for what? Several of the projects I've worked on in the past year have been specifically developed for 1.5.

Personally, I'd use 1.5 and correct any problems. However, if you don't want to do that, just install 1.4.2_08. I've had no problems installing any version from 1.1 to 1.5.
jaeusm is offline  
 
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On