1

Problem:: Im not able to delete android-support-v4.jar in libs folder

enter image description here

Giving error:: If i tried to delete it i get the error as below

enter image description here

{EDIT}

  • Tried to delete the jar from file system by closing the eclipse
  • If i do so the eclipse wont restart it gives error as

enter image description here

  • Adding manually the deleted jar .... i am able to start eclipse ... still error persists AS SHOWN IN FIRST SNAPSHOT again when i try to delete the file!!
Devrath
  • 42,072
  • 54
  • 195
  • 297

2 Answers2

1

Try closing the Eclipse and deleting the jar file manually with your OS file browser.

Niko
  • 8,093
  • 5
  • 49
  • 85
  • Any help from here http://stackoverflow.com/questions/7302604/eclipse-error-failed-to-create-the-java-virtual-machine ? – Niko Feb 09 '14 at 20:18
1

I saw Eclipse having problems like this (not necessarily with Android development). Everytime Unlocker came useful: http://www.emptyloop.com/unlocker/

(applies to Windows)

Grzegorz Oledzki
  • 23,614
  • 16
  • 68
  • 106
  • [+1] for the tool info ..... Please see the edit ....... if i use unlocker and delete the file .... i get the error as shown in my edit – Devrath Feb 09 '14 at 20:33