Why can't xamarin locate my java sdk

后端 未结 3 1180
南方客
南方客 2021-01-18 02:26

Since I uninstalled 32 bit java and installed 64 bit jdk and jre, xamarin can no longer find the jdk. The xamarin build file generates the following errror...

3条回答
  •  失恋的感觉
    2021-01-18 03:08

    Set the JAVA_HOME environment variable to the root of your JDK. Mine for example is set to

    JAVA_HOME="C:\Program Files\Java\jdk1.7.0_21"

    How to set Environment Variable in Windows:

    http://www.computerhope.com/issues/ch000549.htm

提交回复
热议问题