我想运行我的文件;但它表示无法启动选择。此外,它说'args'这个词拼写错误。但我还是不明白。
这是我的代码。
public class Exercise {
public static void main(String[] args) {
char x = 'a';
char y = 'c';
System.out.println(++x);
}
}
答案 0 :(得分:0)
转到窗口 - >偏好设置 - >常规 - >编辑器 - >文字编辑器 - >拼写和 更改拼写检查选项以满足您的需求(最有可能的是 完全禁用该功能)