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

Thread: Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

  1. #1
    Junior Member
    Join Date
    Sep 2013
    Posts
    8
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    Hello world! What is the purpose of a package? I understand that a project holds packages. If you want to write two different classes that are completely unrelated to each other, would you make a new package, or project, or both??


  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: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    Please avoid posting to long old threads of a different topic. I've moved your post to its own thread.

    To address your question, what has your research told you? Have you looked at the oracle tutorials, the API docs for examples, or the wikipedia package article

  3. #3
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    It really depends. Your question is too broad and ambiguous to give a specific answer, at least one appropriate for this medium. I suspect you're essentially just wondering in general what classes, packages, and projects are all good for, how they relate and should be organized, etc. Much of the answer to that depends on personal preference gained from experience. Give it some time.

  4. #4
    Junior Member
    Join Date
    Sep 2013
    Posts
    8
    My Mood
    Confused
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    Hi,
    How do I look to see if people have replied to my posts (besides email)? How do I find the thread you put my post in?
    thanks

  5. #5
    Member Kewish's Avatar
    Join Date
    Apr 2013
    Location
    Australia
    Posts
    116
    Thanks
    10
    Thanked 17 Times in 14 Posts

    Default Re: Beginners Eclipse Tutorial. How to run first java application on Eclipse?

    From the home page or your profile, you will see a nav button called 'quick links'. Under this navigation option there is a 'subscribed threads' hyperlink. Follow this and it will show you all of your posts that you've created / replied to.

Similar Threads

  1. Replies: 24
    Last Post: August 4th, 2014, 12:49 PM
  2. Replies: 2
    Last Post: September 25th, 2013, 03:35 PM
  3. Replies: 1
    Last Post: October 20th, 2012, 12:21 PM
  4. Beginners Eclipse Tutorial. How to run first java application on Eclipse?
    By JavaPF in forum Java Code Snippets and Tutorials
    Replies: 13
    Last Post: June 24th, 2011, 12:26 AM