Menu

trouble compiling with IDE

Help
2010-03-12
2013-04-22
  • rogue_me_baby

    rogue_me_baby - 2010-03-12

    After I create a new project with the given source, I have hundreds of package errors - wrong package, com.jgoodies…. does not exist, etc.

    Any ideas?
    Thanks!

     
  • Toshu

    Toshu - 2010-03-14

    hi there,

    as in the build.xml is seted: you will need the jars junit.jar (-> www.junit.org) and forms-1.0.5.jar (-> https://forms.dev.java.net/)

    and get the path right :)) build.xml says: pathelement="${src}/lib/junit.jar" respectiv pathelement="${src}/lib/forms-1.0.5.jar"

    okay??

    greetings

     

Log in to post a comment.