Skip to main content
added 117 characters in body
Source Link
Eli Sadoff
  • 7.3k
  • 6
  • 37
  • 64

First - unistall all jdk installed on your computer from control panel 2. Search for "C:\ProgramData\Oracle\Java" and delete all the files that appear after search completion along with Java folder. 3. Then search for C:\ProgramData\Oracle and delete the oracle folder . 4. Now install jdk and set the path. Run the program.You won't find the same problem anymore.

  1. Uninstall all JDKs installed on your computer from the Java Control Panel

  2. Search for C:\ProgramData\Oracle\Java and delete that directory and all files contained within. You can do this from the command line using rmdir /S C:\ProgramData\Oracle\Java

  3. Then search for C:\ProgramData\Oracle and delete the oracle folder. You can do this using rmdir /S C:\ProgramData\Oracle

  4. Now install JDK and set the path.

  5. Run the program.You won't find the same problem anymore.

First - unistall all jdk installed on your computer from control panel 2. Search for "C:\ProgramData\Oracle\Java" and delete all the files that appear after search completion along with Java folder. 3. Then search for C:\ProgramData\Oracle and delete the oracle folder . 4. Now install jdk and set the path. Run the program.You won't find the same problem anymore.

  1. Uninstall all JDKs installed on your computer from the Java Control Panel

  2. Search for C:\ProgramData\Oracle\Java and delete that directory and all files contained within. You can do this from the command line using rmdir /S C:\ProgramData\Oracle\Java

  3. Then search for C:\ProgramData\Oracle and delete the oracle folder. You can do this using rmdir /S C:\ProgramData\Oracle

  4. Now install JDK and set the path.

  5. Run the program.You won't find the same problem anymore.

Source Link

First - unistall all jdk installed on your computer from control panel 2. Search for "C:\ProgramData\Oracle\Java" and delete all the files that appear after search completion along with Java folder. 3. Then search for C:\ProgramData\Oracle and delete the oracle folder . 4. Now install jdk and set the path. Run the program.You won't find the same problem anymore.