我已经创建了一个java适配器,但是在构建javascript适配器时它构建失败了。
这是我的设置:
我已经尝试过this workaround。
[Error:
BUILD FAILED
/opt/ibm/MobileFirst-CLI/mobilefirst-cli/node_modules/generator-worklight-server/lib/build.xml:206: Build of the adapter 'xxxxxx' failed. The failure message is: 'Compile failed; see the compiler error output for details.'. The failure may have been caused due to incorrect Java code, incompatible JDK level, JAVA_HOME not pointing to the location of a valid JDK or missing dependencies. Note that the worklight-jee-library.jar must be in the classpath when building Java adapters.
]
Error: Sorry an error has occurred. Please check the stack above for details.
答案 0 :(得分:1)
错误消息指定了以下可能的问题:
因此,如果我们怀疑我们已将Java放在正确的位置并且我们正在使用正确的Java版本,那么我建议您查看Java代码。
创建一个新的Java适配器并且不对其进行任何更改,而只是简单地创建它并构建它。看看它是否通过了构建步骤。如果是,那么你需要回到现有的Java适配器,看看它失败的原因 - 可能是由于第一个选项 - 一些代码问题。