java sun.org.mozilla_maven编译找不到符号 sun.org.mozilla.javascript.internal
发布日期:2021-06-24 11:26:50 浏览次数:3 分类:技术文章

本文共 1474 字,大约阅读时间需要 4 分钟。



问题:

[ERROR] 位置: 类 cn.ffcs.dep.rule.script.javascript.JSAdapter 软件包 sun.org.mozilla.javascript.internal 不存在

[ERROR] -> [Help 1]

org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-p

lugin:3.1:compile (default-compile) on project sq-edi-component: Compilation failure

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)

at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)

Caused by: org.apache.maven.plugin.compiler.CompilationFailureException: Compilation failure

at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:858)

解决:

添加javac编译时的参数bootclasspath,oracle sun不鼓励开发人员直接使用sun.*里面的代码,主要的原因是sun.*里面的代码就是实现jvm的底层代码,是平台相关的,而且相关实现随着版本升级随时可能会被替换,代码的稳定性、一致性等等都存在问题. 参考下http://docs.oracle.com/javase/7/docs/technotes/tools/windows/javac.html javac的相关参数说明

Sometimes, you need to pass other compiler arguments that are not handled by the Compiler Plugin itself but is supported by the compilerId selected. For such arguments, the Compiler Plugin's compilerArguments will be used. The following example passes compiler arguments to the javac compiler:

[...]

[...]

org.apache.maven.plugins

maven-compiler-plugin

2.3.2

-verbose -bootclasspath ${java.home}\lib\rt.jar

[...]

[...]

Or you can also use the Map version:

[...]

[...]

org.apache.maven.plugins

maven-compiler-plugin

2.3.2

${java.home}\lib\rt.jar

[...]

[...]

转载地址:https://blog.csdn.net/weixin_32497403/article/details/115040673 如侵犯您的版权,请留言回复原文章的地址,我们会给您删除此文章,给您带来不便请您谅解!

上一篇:php curl 输出到文件,PHP 利用CURL(HTTP)实现服务器上传文件至另一服务器
下一篇:processing编译java_java – 使用Processing在Android SDK中编译build....

发表评论

最新留言

逛到本站,mark一下
[***.202.152.39]2024年04月07日 15时18分55秒