Home
How to Uninstall Previous Milestones (installed manually)
To uninstall the Profiler Milestone 1-5 from the IDE, you can either delete the entire user directory
(by default $home/.netbeans/$version) or (in case you want to preserve the IDE customizations) you can delete the individual profiler files.
The steps to manually delete the profiler files are:
- Shutdown the IDE
- If you installed the profiler globally, the $dir in following steps will be the IDE installation directory, otherwise (the default) the $dir is your user directory (by default, it is $home/.netbeans/$version)
- Remove file $dir/ant/nblib/org-netbeans-modules-profiler.jar (if present).
- Remove all files $dir/config/modules/org-netbeans-modules-profiler-*.xml.
- Remove directory $dir/docs/profiler (if present).
- Remove file $dir/modules/org-netbeans-modules-profiler.jar.
- Remove file $dir/modules/docs/org-netbeans-modules-profiler.jar.
- Remove all files $dir/modules/eager/org-netbeans-modules-profiler-*.jar. (if present)
- Remove all files $dir/modules/ext/jfluid*.jar. (if present)
- Remove all files $dir/modules/ext/perf*.jar. (if present)
- Remove directory $dir/modules/profiler-ea-libs.
- Remove directory $dir/modules/profiler-ea-vm.
- Start the IDE again