【cocos2dx】编译安卓平台遇到报错 com.sun.tools.javac.Main is not on the classpath

前端之家收集整理的这篇文章主要介绍了【cocos2dx】编译安卓平台遇到报错 com.sun.tools.javac.Main is not on the classpath前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

安装cocos2dx 安卓配置环境,编译项目的时候遇到的,打包报错如下:

com.sun.tools.javac.Main is not on the classpath.

Perhaps JAVA_HOME does not point to the JDK.


怀疑导致原因是jdk和jre选择了同一个目录,部分文件被覆盖,不清楚具体原因。

解决方案:

E:\develop\android\jdk-8u77-windows-x64\jdk1.8.0_77\lib 下的tools.jar 复制到E:\develop\android\jdk-8u77-windows-x64\jre1.8.0_77\lib 中,编译通过。

原文链接:https://www.f2er.com/cocos2dx/339379.html

猜你在找的Cocos2d-x相关文章