• 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 can remove jdk1.3 completely ?

 
Ranch Hand
Posts: 798
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I have installed jdk1.3 and J2EE 1.3. Now I want to install JDK 1.4. I have removed jdk1.3 from "add/remove software" control in my winXP and install JDK1.4, and change the classpath. But when I "java -version", still is "jdk 1.3".

I guess, I should ALSO remove the J2EE 1.3, Am I right ?

Thanks
 
Ranch Hand
Posts: 1392
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Edward,

Do you have "Java 2 Runtime Environment 1.3" on the "add/remove software" control? If so, remove it as well.

Joyce
[ September 11, 2004: Message edited by: Joyce Lee ]
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Edward, you may end up needing to manually track down and deleting a JRE or J2SDK installation or two, if working through the control panel isn't getting the job done. Inspecting the value of the PATH environment variable might help in locating things.

After you're finished removing things, I'd recommend restarting the computer before installing the version of the J2SDK you want installed.
 
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