简体   繁体   中英

Unresolved errors in IntelliJ 13

I've just setup IntelliJ 13 on my computer and set the SDK to 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." Has anyone else ran into this issue or know what's going on?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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