9

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??

user2381211
  • 91
  • 1
  • 1
  • 2
  • 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 Answers6

14

For windows, go to appdata/ roaming/netbeans and delete the lock file

Tony Munyenze
  • 141
  • 1
  • 2
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.

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 the Task Manager and end all the tasks related to NetBeans.

BidoTeima
  • 490
  • 1
  • 4
  • 13
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