Check Create Process Error 2 The System Cannot Find The File Specified In Java.

Asked By 0 points N/A Posted on -
qa-featured

When I try to install Java x64 and set up that java. And also when I update my Window and again reinstalled Android studio in our computer. Or run any android project then it gives me such type of error create process error two the system cannot find the file specified. How to overcome this?

SHARE
Answered By 5 points N/A #294456

Check Create Process Error 2 The System Cannot Find The File Specified In Java.

qa-featured

This bug comes through Android studio is still referring to the older JDK; the new Java path doesn’t set properly.

  1. Change JDK path.
  2. Go to File -> another setting ->default project structure.
  3. Go to platform setting, in this select Android JDK.
  1. Then check JDK location, check it is updated or not.
  2. If not, then change it.
  3. For changing JDK location, go to my computer -> right click -> properties -> Advanced setting -> Environment variables -> search your path -> edit -> Appended your path and separated by semicolon.
  4. Click ok.

Related Questions