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 8 of 8

Thread: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

  1. #1
    Junior Member
    Join Date
    Apr 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    I want to import JBox2D libraries into a new project, im new to using exterior libraries so my doubts will seem really stupid but oh well, thats how you learn.

    So i kind of followed the tutorial in JBox2D website and i made it this far:

    http://i.stack.imgur.com/j3dVz.png


    You can see i have the JBox2D trunk (i didnt quite understood what a trunk is...) I believe they are all Maven projects, and my goal is to be able to use the engine's libraries in the PhysicTest project you can see opened.

    (Probabily stupidly) Im trying to import as you can see in the image and its not working, so i ask your help to solve such a simple problem that is not so simple for me ^^


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    Is this an IDE question?
    If you don't understand my answer, don't ignore it, ask a question.

  3. #3
    Junior Member
    Join Date
    Apr 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    I dont know how to answer you ^^'

  4. #4
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    Are you having problems with a project configuration in an IDE
    or do you use the javac command in a command prompt to compile your programs and are having problems setting the classpath?
    If you don't understand my answer, don't ignore it, ask a question.

  5. #5
    Junior Member
    Join Date
    Apr 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    the first case i believe

    --- Update ---

    I simply want to be able to use the physic engine's libraries on a new project but the maven and the trunk stuff just confused me alot so now i have what u can see on the image and i have no idea how to be able to actually use the libraries on the project =/

  6. #6
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    Moved to the IDE section.
    If you don't understand my answer, don't ignore it, ask a question.

  7. #7
    Junior Member
    Join Date
    Apr 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    ah sorry >.<

  8. #8
    Junior Member
    Join Date
    Apr 2013
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Adding Exterior Physic Engine Library to new Project in Java (JBox2D)

    please help =(

Similar Threads

  1. University project - Library Program.
    By adrian.tudor in forum What's Wrong With My Code?
    Replies: 1
    Last Post: December 12th, 2012, 08:31 AM
  2. Hi guys..I need some tips in creating a library programme for my Uni project
    By clarky2006 in forum What's Wrong With My Code?
    Replies: 13
    Last Post: November 21st, 2012, 02:42 PM
  3. Having Trouble Using a Project as a Library
    By snowguy13 in forum Java IDEs
    Replies: 0
    Last Post: July 5th, 2012, 08:11 PM
  4. Replies: 2
    Last Post: February 19th, 2012, 07:36 AM
  5. Java Project / Library to evaluate poker hands
    By Farmer in forum Java IDEs
    Replies: 1
    Last Post: February 14th, 2012, 10:25 AM

Tags for this Thread