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

Thread: IDE Eclipse Exporting Problem

  1. #1
    Junior Member
    Join Date
    Apr 2012
    Posts
    17
    My Mood
    Stressed
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Angry IDE Eclipse Exporting Problem

    hi, okay I am make a mini 2d game engine just for self learning purposes anyway when i try and export it as a runnable jar it exports without any errors and when i click on it to run it, it doesn't run. there isnt anything wrong with my code because it works fine in eclipse when click the run or debug button. i used package required libraries into generated jar also and im pretty sure i have the right launch config. all my resources are in the build path, i have no idea why its not launching. can you think of any reason why it wont launch ? thanks


  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: IDE Eclipse Exporting Problem

    Thread moved from 'What's wrong with my code', as you've posted no code.

    Run the jar via the command line (java -jar myjar.jar), you can then see what - if any - exceptions may be thrown to help resolve the problem.

  3. #3
    Junior Member
    Join Date
    Apr 2012
    Posts
    17
    My Mood
    Stressed
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Default Re: IDE Eclipse Exporting Problem

    sorry i just didnt know where to put it but thanks

    --- Update ---

    i love you man <3 i have been trying to figure it out for ages

Similar Threads

  1. Minimalist GUI, do I need to add anything to Eclipse IDE?
    By cowboytaketwo in forum Java IDEs
    Replies: 1
    Last Post: December 7th, 2011, 02:00 PM
  2. How to Compile JSP in Eclipse (or other IDE)?
    By KevinWorkman in forum JavaServer Pages: JSP & JSTL
    Replies: 8
    Last Post: October 31st, 2011, 12:37 PM
  3. Porting from Processing IDE to Eclipse
    By kafka82 in forum What's Wrong With My Code?
    Replies: 12
    Last Post: June 4th, 2011, 10:18 AM
  4. Replies: 1
    Last Post: April 21st, 2011, 09:59 AM