Intellij: Everything is Red?

Discussion in 'Plugin Development' started by Blah1, Feb 15, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    Blah1

    So, for some reason, my computer crashed today. When I started it back up and opened Intellij, everything was red. It didn't recognize any of the bukkit stuff, even though they were imported.

    Do you guys know how to fix this?
     
  2. Offline

    Evoke

  3. Offline

    Stealth2800

    Trying removing your dependencies in your different projects and then re-adding them. Do you use Maven for dependency management?
     
    ZeusAllMighty11 likes this.
  4. Offline

    ZeusAllMighty11

    As said by Stealth2800 , reimporting dependencies may work. I've had this issue before, I believe I solved it by deleting the settings profile.
     
  5. Offline

    Blah1

    Stealth2800 ZeusAllMighty11 Ok I fixed that part but now all the basic java stuff doesn't work...
    HashMap, HashSet, etc
    But stuff like if else statements work (obviously)
     
  6. Offline

    ZeusAllMighty11

    You need to reference the JDK again
     
  7. Offline

    Blah1

    Fixed! To anyone else having this problem
    File -> invalidate caches
     
Thread Status:
Not open for further replies.

Share This Page