简体   繁体   中英

Intellij started displaying files in a weird way?

My Intellij has randomly started to just not display my classes in the correct way for some reason. It was working perfectly fine just a few hours ago, and all of the sudden it doesn't work anymore. All of my Bukkit methods are throwing errors even when I import spigot, and the autocomplete feature isn't working properly. Any help is appreciated.

在此处输入图像描述

This is due to unmet dependencies/inability to resolve the methods you are calling.

Check your imports, dependencies, installed JDKs, jkd used by intellij, and check your dependencies' versions.

If all fails, you can create a new project and move the source files to the new project. That will act as a hard reset of everything. (kinda of a last resort but...yeah)

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