代号One的用户遇到此错误:
Updating property file: C:\Users\user\Documents\NetBeansProjects\Rim Karaki CV Mobile Apps\build\built-jar.properties
Compile is forcing compliance to the supported API's/features for maximum device compatibility. This allows smaller
code size and wider device support
Compiling 3 source files to C:\Users\user\Documents\NetBeansProjects\Rim Karaki CV Mobile Apps\build\tmp
javac: invalid target release: 1.8
Usage: javac <options> <source files>
use -help for a list of possible options
C:\Users\user\Documents\NetBeansProjects\Rim Karaki CV Mobile Apps\build.xml:50: Compile failed; see the compiler error output for details.
BUILD FAILED (total time: 1 second)
我建议在项目的创建阶段取消选中“Java 8项目”设置,但用户实际上无法取消选择该选项:
我不明白,这里有什么问题?
答案 0 :(得分:1)
我认为陈在我们即将推出的版本中已经修复过。我们将在下周初尝试发布。
作为解决方法,您可以执行以下操作之一:
a_id b_id CC DD EE FF GG
1 1 0 10 27 57
1 3 0 10 27
1 6 0 10
7 9 0 26 46
行50修复为1.5而不是1.8。