Jump to content

Recommended Posts

  • 1 month later...
Posted

Usually this is associated with jre error, and the loader thinks that you already have something running in Java. Go into your command prompt and type in tasklist. Scroll down until you see a task called Java.exe. Look over to the right at the PID number. Be sure to write it down, so that you don't accidently shut down any other programs. Now type into command prompt taskkill /PID #####, with that number you wrote down after the /PID. That should work. The same think happened to me a while back, and that's what fixed it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...