[All]
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
- Delete the JBuilder directory (e.g. "C:\JBuilder35").
- 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").
- 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
- Delete the JBuilder directory (e.g. "/usr/local/JBuilder35").
- Delete the ".jbuilder" directory. It will be in your user home directory (e.g. "/home/johndoe/.jbuilder").
|
| |