• 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:

two jre folder

 
Ranch Hand
Posts: 375
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I installed an older version of jdk under program file/java/. So it had "jdk6" and "jre6". I uninstalled it but the "jre6" folder didn't go away. I tried to delete it bbut got "check if disk is full or..." error, can't delete it. when I install a new jdk version it gives error. So when it asked me location for jre I use "jre6new", this time it works. So now I have "jre6" and "jre6new" folders under "java". Will this cause problem ? How does app know which jre folder it is using ?
 
Sheriff
Posts: 22850
132
Eclipse IDE Spring Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When you install the JDK, it installs two JREs: one inside the JDK folder and another separate one. You need to uninstall that as well through the control panel.

As your Java installation may now be inoperable I would uninstall the JRE, then remove any remaining folders, then reinstall the JRE.
 
Ranch Hand
Posts: 493
Android Eclipse IDE Oracle
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Rob Prime wrote:When you install the JDK, it installs two JREs: one inside the JDK folder and another separate one. You need to uninstall that as well through the control panel.

As your Java installation may now be inoperable I would uninstall the JRE, then remove any remaining folders, then reinstall the JRE.


i agree with Rob , and check in the task manager about javaw.exe process then end it this making you cant delete the folder
 
reply
    Bookmark Topic Watch Topic
  • New Topic