Open in Java(TM) Platform SE binary

后端 未结 6 1774
余生分开走
余生分开走 2021-02-01 01:56

I tried to delete a file that I have two of, one slightly changed, so I could delete the older one and replace it with the new one I changed. When I tried to delete the file I g

6条回答
  •  无人共我
    2021-02-01 02:28

    In Windows 8.1:

    1) Start Menu...choose "Run" and type: msconfig and click "OK".

    2) "System Configuration" opens click the "Startup" tab.

    3) Click where it says "Open Task Manager".

    4) Choose the "Processes" tab.

    5) Look through the list and find "Java SE". Right click and choose "End Task".

    6) Close "Task Manager" and "System Configuration" box.

    7) Go back to file that could'nt be deleted. Right click and choose "Delete" again. Presto........file deleted.

提交回复
热议问题