Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: [Compile Error] Whats wrong with that ?

  1. #1
    Junior Member
    Join Date
    Jun 2011
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default [Compile Error] Whats wrong with that ?

    Hello, im trying to compile a server/client source ( that i found here ) :
    _pokeglobal.googlecode.com/svn/trunk/ that was written on Java language,
    but i got some errors, that i can't resolve by my self, because of my luck experience on coding, and code understanding .. ( im new in this )

    im trying to build with Ant builder, and it shout me this error :


    or http://img192.imageshack.us/img192/2882/unledkg.jpg

    in the end Compiler tells that build was successful, but when i go to the build folder there is no jar, there is many undone class files .. ( not finished build )
    Please help me to resolve this problem,


  2. #2
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default Re: [Compile Error] Whats wrong with that ?

    We don't know what is in the ant build file, where/how you unpacked the project, or what you are trying to compile. My advice is to make sure all the required libraries are on the classpath. Further, look at the build file and make sure it's calls points to the correct locations (and you have what it calls installed).

Similar Threads

  1. What's wrong. Compile Ok but error when execute.
    By hantuapi in forum What's Wrong With My Code?
    Replies: 7
    Last Post: April 1st, 2011, 05:33 AM
  2. whats wrong?
    By whattheeff in forum What's Wrong With My Code?
    Replies: 1
    Last Post: March 25th, 2011, 02:35 PM
  3. [SOLVED] Picture won't go with the .jar (Wrong code or compile error?)
    By Fermen in forum Object Oriented Programming
    Replies: 3
    Last Post: March 15th, 2011, 05:22 PM
  4. could you tell me whats wrong....
    By gonfreecks in forum What's Wrong With My Code?
    Replies: 3
    Last Post: November 6th, 2010, 04:35 PM
  5. [SOLVED] whats wrong with my IDE
    By chronoz13 in forum Java IDEs
    Replies: 2
    Last Post: August 27th, 2009, 06:34 AM