在Codename One中无法取消选择Java 8选项?

时间:2015-12-03 11:07:41

标签: codenameone

代号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项目”设置,但用户实际上无法取消选择该选项:

enter image description here

我不明白,这里有什么问题?

1 个答案:

答案 0 :(得分:1)

我认为陈在我们即将推出的版本中已经修复过。我们将在下周初尝试发布。

作为解决方法,您可以执行以下操作之一:

  • 安装Java 8并确保在其上运行NetBeans。
  • 创建Java 8项目,然后删除Java 8构建提示并更改lib部分中的项目属性以不使用Java 8.然后将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。