"is missing required library"

Discussion in 'Plugin Development' started by Yuzuke, Apr 17, 2012.

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

    Yuzuke

    Hi,

    I'm getting this error in Eclipse: "Project 'test' is missing required library: '****\bukkit-1.2.4-R0.1-20120323.055539-8.jar'". Why? I added the external JAR for 1.2.5 in the build path. And i can't find any reason why my testplugin should need 1.2.4 while already using the 1.2.5 JAR. What do i need to do to stop this cause otherwise i cant compile and test the Code?

    Thanks!
     
  2. Offline

    Njol

    Maybe you still have 1.2.4 in your build path, but deleted the file?
     
  3. Offline

    Yuzuke

    No! I checked this twice. The buildpath says, that i added the 1.2.5 JAR! Still Ecplise claimed that he needed 1.2.4 because it was missing. The only solution which helped was to add 1.2.4 again so that i have 1.2.4 AND 1.2.5 as added external JARs now. Why?
     
  4. Offline

    VeryBIgCorp

    You have to remove the 1.2.4 jar from the buildpath and also remove the jar.
     
  5. Offline

    lucabunny77

    Yea same problem help
     
Thread Status:
Not open for further replies.

Share This Page