Cannot find java. Please use the --jdkhome switch

后端 未结 10 1612
生来不讨喜
生来不讨喜 2020-12-15 04:43

I have just installed Netbeans 8.0.2 on CentOS 6.5.

When I try to run it, I get the message

Cannot find java. Please use the --jdkhome switch
         


        
10条回答
  •  轮回少年
    2020-12-15 05:09

    I do recommend you to change the configuration of JDK used by NetBeans in netbeans.conf config file:

    netbeans_jdkhome="C:\Program Files\Java\..."
    

提交回复
热议问题