[HELP | Error] Java Project Error

Discussion in 'Plugin Development' started by ToxicData, Apr 1, 2011.

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

    ToxicData

    Hello i'am new in the Bukkit Plugin development Scene​
    i try to make a test plugin but eclipse says:​
    'Description Resource Path Location Type​
    The project was not built since its build path is incomplete. Cannot find the class file for com.avaje.ebean.EbeanServer. Fix the build path then try building this project atombomb Unknown Java Problem'​
    ~​
     
  2. Offline

    ssell

    I just got this too when trying to use the newest snapshot.

    Since I am not a Java person (I prefer C++ when I can) I do not understand what is causing it.
     
  3. Offline

    ToxicData

    my home ( favorite ) language is C++ and i think java (bukkit) hates me XD
    you try it with a older version ?
     
  4. Offline

    ssell

    Whatever the RB was last night [493?] did not have this issue.
     
  5. Offline

    Crash

    Lol you've been away for awhile, the last RB was 602
    493 -> 531 -> 556 -> 600 -> 602 -> 617

    EDIT : Oh my bad you meant bukkit nvm :p
     
  6. Offline

    Drakia

    Dinnerbone added something called ebean to Bukkit in b496.
    I'm not sure what this means for plugin devs though, it may be a dependency we are going to have to include in Eclipse. Hopefully one of the devs can shed more light on it.
     
  7. Offline

    ssell

    Meant Bukkit [493] not CraftBukkit.
     
  8. Offline

    Edward Hand

    I looks to be something to do with databases (looking at the commit). Possibly for persistence then?
     
  9. Offline

    ssell

    Whatever it is, it keeps you from building/exporting in Eclipse.
     
  10. Offline

    Drakia

    I'm talking with Dinnerbone about it right now. There is a way around it, but I'm going to hold off on giving advice until Dinnerbone has time to figure it out/fix it.
    You should be building against b493 (http://ci.bukkit.org/job/dev-Bukkit/493/) anyways, as that's what the current RB uses.
     
  11. Offline

    ssell

    Yea I saw in IRC. Ill just go back to 493 then.
     
  12. Offline

    ToxicData

    i added the ebean jar ^^ and now i became 3 new error XD
    So i try it with the 493, but if it fixxed i use the newest version

    Description Resource Path Location Type
    Event.Type.BLOCK_PLACED cannot be resolved Atombomb.java /atombomb/src/com/bukkit/toxicdata/Atombomb line 51 Java Problem

    Description Resource Path Location Type
    The constructor JavaPlugin(PluginLoader, Server, PluginDescriptionFile, File, File, ClassLoader) is undefined Atombomb.java /atombomb/src/com/bukkit/toxicdata/Atombomb line 32 Java Problem

    Description Resource Path Location Type
    Event.Type.PLAYER_COMMAND cannot be resolved Atombomb.java /atombomb/src/com/bukkit/toxicdata/Atombomb line 49 Java Problem


    ~
     
Thread Status:
Not open for further replies.

Share This Page