Questions tagged «intellij-13»

12
错误:java:无效的源发行版:Intellij中的8。这是什么意思?
我正在尝试使用Intellij Ultimate 13.1.4编译一些代码,但是出现以下错误,我不知道这意味着什么: Information:Using javac 1.7.0_55 to compile java sources Information:java: Errors occurred while compiling module 'Example' Information:Compilation completed with 1 error and 0 warnings in 3 sec Information:1 error Information:0 warnings Error:java: invalid source release: 8 我的猜测是它与Java 8 vs Java 7有关,但是我不知道具体是什么。我已尝试在Google周围搜索此消息,但他们要么谈论javac要么target release,所以似乎并不适用。


12
“无法开始编译:未为模块指定输出路径...”
我有一个非常简单的Java + Gradle项目。它构建良好。它可以通过“ gradle run”从外壳正常运行。但是,如果尝试在IntelliJ内部运行,则会得到: Cannot start compilation: the output path is not specified for module "xyz" Specify the output path in Configure Project. 我的“编译器输出”设置为“继承项目编译输出路径”。无论如何,我都不需要自定义输出路径,只需执行常规gradle构建并运行即可。

10
使用光标键选择IntelliJ列
是否可以某些方式设置IntelliJ IDEA,以便我可以使用光标键进行列选择,类似于在Notepad ++,Visual Studio或FlashDevelop中的选择方式。 例如,当我键入代码时,我几乎总是仅通过使用键盘来进行导航。在前面提到的IDE中,我可以通过按住Shift+ Alt然后点按↑以将光标扩展到上面的行中来快速选择代码块。那么我可以抱Shift+ Alt+ Ctrl和自来水←或→整个单词,可快速跳转,并选择我想要的文本块。 在IntelliJ IDEA中,我必须使用Shift+ Alt+ 不断地启用和禁用列选择模式Insert,即使那样,它也不能像其他IDE或文本编辑器中那样起作用。 有任何想法吗?

10
模块…没有gradle支持
我正在使用IntelliJ IDEA Pro 13.1.2。从未使用低于13的任何版本。 尝试build.gradle从IDE 运行时,出现以下消息: 模块不是由gradle支持的 我可以从命令行运行此脚本。 “根”目录同时具有.gradle和gradle子目录,一般而言其结构非常相似,从同一个项目中,我可以毫无问题地运行从IDE它的构建另一个模块。 关于进一步的故障排除有什么建议吗?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.