Where to get the tools.jar to use with the Java 8 jdk early release

后端 未结 13 1454
终归单人心
终归单人心 2020-12-31 09:32

Where to get tools.jar for Java 8 JDK early release? Without it, my Java 1.8 Maven pom based projects in Netbeans will not compile.

The Java 8 early release is set in

13条回答
  •  滥情空心
    2020-12-31 10:04

    1. Install the latest JDK from here.

    2. If the problem not solved then go back to react-native documentation about installing react native (android) on mac, here

    3. In root of your reactnative project :

        cd android
        ./gradlew clean 
        ./gradlew assembleRelease
    

提交回复
热议问题