How to set the jdk path in jcreator

后端 未结 3 855
挽巷
挽巷 2021-01-27 03:49

I have installed jdk 1.7 in C:\\jdk1.7.0 directory and JCreator in C:\\Program Files directory. I set the path of correct jdk path in

相关标签:
3条回答
  • 2021-01-27 04:03

    I solved this issues by deleting the previous Java profile in Configure->Options->JDK Profiles.

    Delete everything in it and create a new fresh profile.

    0 讨论(0)
  • 2021-01-27 04:05
    Error : Invalid path, "C:\Program Files\bin\javac.exe" -g -classpath   
    "C:\Users\HP PAVILION\Desktop\java" -d "C:\Users\HP PAVILION\Desktop\java"   
    "C:\Users\HP PAVILION\Desktop\java\das.java"
    

    Process completed.

    Error: Could not find or load main class das

    Process completed.

    0 讨论(0)
  • 2021-01-27 04:26

    The error shows up when the following executable does not exist.

    C:\Program Files\Java\jdk1.7.0_04\bin\javac.exe
    

    Make sure that you have the jdk executable installed.

    0 讨论(0)
提交回复
热议问题