简体   繁体   English

IntelliJ 13中未解决的错误

[英]Unresolved errors in IntelliJ 13

I've just setup IntelliJ 13 on my computer and set the SDK to jdk 1.7.0. 我刚刚在计算机上设置了IntelliJ 13,并将SDK设置为jdk 1.7.0。 I created a new project to test to see if everything is working right, but ran into a problem: 我创建了一个新项目以测试是否一切正常,但是遇到了问题:

public class TestApp
{ 
    public static void main(String[] args)
    {
        System.out.println("Testing");
    }
}

String and System gives the error "Cannot resolve symbol." StringSystem给出错误“无法解析符号”。 Has anyone else ran into this issue or know what's going on? 还有其他人遇到这个问题或知道发生了什么吗?

似乎您需要进入Project并选择一个有效的JDK。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM