• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Migrating to J2SE 5.0

 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey all.
I have J2SE 1.4.2 and other Java stuffs like Tomcat, Eclipse, jEdit ......
ofcourse, first I have installed the SDK, then installed other applications.
I want to migrate to J2SE 5.0 , (sure, I will unistall the old SDK).
my question is :
should I uninstall all Java application like Tomcat, and reinstall them after I installed J2SE 5.0
(I will install the new SDK in the same path (and name) of the previous SDK.
any ideas ?
(Sorry, but I didn't find a forum better than this)
thanks.
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, I wouldn't uninstall anything. You'll doubtless have to do a bit of reconfiguring, but to a first approximation, it will just be providing new values for JAVA_HOME in a script here or there.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, I suppose that you won't be changing anything to do with JAVA_HOME, since you're installing the new exactly where the old was.

I haven't tried to do what you're doing, John. I'd vote to go for it, and please let us know if anything breaks.

If you're doing this on Windows, one thing that the SDK does (that you might not have noticed if you weren't paying close attention) is to also install a JRE in the "Program Files" directory - not the JRE that is part of the SDK, but a separate JRE that I think gets used by browser plug-ins.

On my computer, the J2SDK 1.4 installation stuck it in "F:\Program Files\Java\j2re1.4.2_05" while the 1.5 installation stuck it in "F:\Program Files\Java\jre1.5.0". I doubt any of your development tools would be using this JRE.
[ September 23, 2004: Message edited by: Dirk Schreckmann ]
 
Ranch Hand
Posts: 5093
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
best keep the 1.4 around for now. Quite a few things don't work against 5.0 yet (Orion appserver is an example, I'm sure it's not the only one).
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic