IntelliJ IDEA报错总结

不能运行java程序

可能是没有选择运行环境
点击 edit Configurations
在Use classpath of module 中选择本项目的运行环境

Run报错:

Error:java: Compilation failed: internal java compiler error

a.进入Feil--->Settings...--->Build Tools--->Java Compiler
b.Per-module bytecode version:中
Module 选择对应的项目
Target bytecode version 选择对应当前设置的java版本

@Override报错:

Feil->Project Structure...->Modules->
Sources->Language level->[email protected] in interfaces

原文地址:https://www.cnblogs.com/chensheng0617/p/8432245.html

时间: 2024-11-13 04:27:06

IntelliJ IDEA报错总结的相关文章

Intellij IDEA 报错java.lang.NoClassDefFoundError

Intellij IDEA 报错java.lang.NoClassDefFoundError 11-Aug-2018 23:48:24.686 严重 [http-nio-8080-exec-5] org.apache.catalina.core.StandardWrapperValve.invoke Servlet.service() for servlet [com.wbg.testservlet] in context with path [] threw exception [Servle

intellij编译报错:Internal error: com.intellij.psi.tree.IFileElementType cannot be cast to com.intellij.psi.tree.IStubFileElementType

intellij编译时,报错,信息如下: Internal error: com.intellij.psi.tree.IFileElementType cannot be cast to com.intellij.psi.tree.IStubFileElementType 解决办法:File-->Invalidate caches. 转自“http://www.blogjava.net/anchor110/articles/392811.html”

分享知识-快乐自己:intellij Idea报错Could not autowire. No beans of...

intellig idea 使用@Resource或者@Autowire报错,出现红色波浪线: 虽然不影响使用,但是看着很不爽,所以还是解决了下: 报错提示: Could not autowire. No beans of '' type found. less... (Ctrl+F1) Checks autowiring problems in a bean class. 方式一: 解决方法: Settings - Editor - Inspections - Spring - Spring

Intellij IDEA报错:Could not save application settings: java.io.IOException: java.lang.AssertionError: Unexpected content storage modificat

Question: i have a message saying "Could not save application settings: java.io.IOException: java.lang.AssertionError: Unexpected content storage modification" when running the apps. Anybody have an idea how to fix this? Answer: I ran into this

IntelliJ idea 报错:Could not autowire,no beans of "XXX" type found

Question:使用 IDEA 开发Java web项目时,在注解 @Autowired 装配 dao 时显示:Could not autowire,no beans of "XXX" type found. Measures:① 在@Autowired 注解下面添加上 @SuppressWarnings("SpringJavaAutowiringInspection");   ② 降低 Autowired 检测的级别,将 Severity 的级别由之前的 err

新建maven工程运行出现Intellij idea 报错:Error : java 不支持发行版本5

Step1点击: 点击 保持一致: Step2点击 这样就可以了. 主要是运行时jdk版本不一致的问题 原文地址:https://www.cnblogs.com/cstdio1/p/12232991.html

com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException idea 导出war 报错

com.intellij.javaee.oss.admin.jmx.JmxAdminException: com.intellij.execution.ExecutionException 部署到intellij IDEA13上面,容器是tomcat7,IDEA配置两个artifacts包,一个是war,一个是exploded.当我用tomcat使用exploded包运行的时候,可以运行,但是使用war包的时候却报错. 在web.xml中加入下面这段话就行了: <context-param>

IntelliJ IDEA 编译项目报错-JDOMParseException

昨天使用IDEA 13进行项目跟新后,进行项目编译,编译过程中IDEA开始报错: Error:Internal error: (org.jdom.input.JDOMParseException) Error on line 3012: XML document structures must start and end within the same entity. org.jdom.input.JDOMParseException: Error on line 3012: XML docum

intellij idea更新gradle项目报错:Could not run build action using Gradle distribution

intellij idea更新gradle项目报错:Could not run build action using Gradle distributionintellij idea中有一个gradle项目,之前都一直是好好的. 今天在build.gradle中添加了一个dependency,由于我并没有设置auto-import,所以选择自己来refresh整个gradle项目 结果gradle task后台stuck在 resolve detachconfiguration3这里,点击can