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

  1. #1
    Member
    Join Date
    Feb 2010
    Posts
    81
    Thanks
    18
    Thanked 1 Time in 1 Post

    Default Eclipse Problem

    Hi, I use Eclipse version 3.6 (Helios) and I have a problem with exporting. The name of the class isn't coming up as an option to export. I click: File --> Export --> Java --> Runnable JAR file --> Launch Configuration, and it doesn't give this specific class as an option to export. The class's name is GameClient. I was wondering that maybe you have to do something special for a class to become exportable in a Runnable JAR file format?


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

    Are you referring to the launch configuration? Does the class have a main method?

  3. #3
    Member
    Join Date
    Feb 2010
    Posts
    81
    Thanks
    18
    Thanked 1 Time in 1 Post

    Default Re: Eclipse Problem

    Yes...but there's nothing in the main method, does that count?

    It is just:
    public static void main(String[] args) {
     
        }

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. CVS features in Eclipse
    By bbr201 in forum Java IDEs
    Replies: 5
    Last Post: August 11th, 2010, 06:12 AM
  3. Eclipse
    By nasi in forum Java IDEs
    Replies: 3
    Last Post: May 6th, 2010, 01:35 PM
  4. Eclipse on Mac
    By Cuju in forum Java IDEs
    Replies: 6
    Last Post: March 19th, 2010, 09:29 PM
  5. eclipse help
    By mos33 in forum Java IDEs
    Replies: 3
    Last Post: November 24th, 2009, 02:10 PM