DBD_DarkGrnTigr Posted October 11, 2013 Posted October 11, 2013 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. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.