Problem/Bug IntelliJ Package error, Package X does not exist

Discussion in 'Plugin Help/Development/Requests' started by martijnpold, Jul 31, 2015.

Thread Status:
Not open for further replies.
  1. I added some external libraries to my project and in the editor intelliJ is not giving me any errors, when i compile it though it gives me errors saying:

    [ERROR] /C:/Users/martijn2/IdeaProjects/fakePing/src/main/java/mpolder/fakePlayer.java:[3,26] package com.skionz.pingapi does not exist
    [ERROR] /C:/Users/martijn2/IdeaProjects/fakePing/src/main/java/mpolder/fakePlayer.java:[4,26] package com.skionz.pingapi does not exist
    [ERROR] /C:/Users/martijn2/IdeaProjects/fakePing/src/main/java/mpolder/fakePlayer.java:[5,26] package com.skionz.pingapi does not exist

    How do i import API's into my intelliJ and make them package with all my other stuff?
     
  2. Offline

    Scorpionvssub

    Ever added librarys into your intellij? if you done that go to artifacts and check for your fakeping if it excists which librarys it has, if it has none, click the green + middle of the screen and add it in.
     
Thread Status:
Not open for further replies.

Share This Page