I'm not able to uninstall NetBeans IDE 7.3 from my PC. It's showing "instance of the program is still running" even after I close all the background processes of the IDE. Can anyone help me??
Asked
Active
Viewed 2.1k times
9
-
Have you tried killing the JRE processes as well? NetBeans is written (and runs) entirely in Java. – Jamie May 21 '13 at 07:43
6 Answers
7
For Ubuntu users, go to /Home/.netbeans/.YOUR_IDE_VERSION
there you will find .lock
file and simply remove it.

tutak
- 1,120
- 1
- 15
- 28
4
For Windows and any Netbeans version,
Go to location "C:\Users\< UserName >\AppData\Roaming\NetBeans\< Version >" and remove the .lock file
Sometimes "AppData" is hidden, you have to unhide.

Augusto Bilabila
- 41
- 3
0
For Windows,
Go to location "C:\Users\< UserName >\AppData\Roaming\NetBeans\7.3" and remove the .lock file

Yuvraj Patil
- 7,944
- 5
- 56
- 56
0
Go to location "C:\Users\AppData\Roaming\NetBeans\7.3" and remove the .lock file BUT SOME TIME THIS FILE MAY NOT SEE, SO GO TO PROPERTIES AND DISABLE HIDDEN FILE SO AppData FOLDER WILL SEE AND PROCEED AS BEFORE

JAY
- 1
- 1