How do I uninstall JBuilder 3.5?

By: Josh Fletcher

Abstract: How to uninstall JBuilder 3.5.


Question:

How do I uninstall JBuilder 3.5?

 
Answer:
To uninstall:
  • On Windows
    1. Delete the JBuilder directory (e.g. "C:\JBuilder35").
    2. Delete the ".jbuilder" directory. It will be:
      • In your user home directory on Windows NT (e.g. "C:\WINNT\profiles\johndoe\.jbuilder").
      • In the Windows directory on Windows 9x (e.g. "C:\WINDOWS\.jbuilder").
    3. If you have not installed any other Java 2 products since installing JBuilder, you may want to delete the registry keys:
      • HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.2
      • HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.2
      This step is not necessary however.
  • On Solaris and Linux
    1. Delete the JBuilder directory (e.g. "/usr/local/JBuilder35").
    2. Delete the ".jbuilder" directory. It will be in your user home directory (e.g. "/home/johndoe/.jbuilder").
 

Server Response from: SC1