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: How to run first java application?

  1. #1
    Junior Member
    Join Date
    Dec 2018
    Posts
    8
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Post How to run first java application?

    I'm new to Java programming, and have no experience in programming at all (unless you count the course I failed last semester.) My school recommends Eclipse or NetBeans. A friend of mine uses BlueJ. There are hundreds of IDE's out there so how do I know? Would you say that Eclipse is the best one for a beginner or casual user?

  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: How to run first java application?

    Some IDEs have large learning curves that compete with a beginner learning java.
    Many of us suggest that the beginner start with an enhanced editor for making source file changes and use a command prompt to compile and execute java programs. Once the basics are mastered, then move to learning how to use the IDE.
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. Replies: 7
    Last Post: October 9th, 2014, 12:55 PM
  2. Replies: 7
    Last Post: October 9th, 2014, 12:55 PM
  3. Re: Pls Help me run bank java application
    By Harshal Soni in forum Object Oriented Programming
    Replies: 2
    Last Post: September 25th, 2012, 09:15 AM
  4. how to run any installed application through my java application??
    By sgsamanthjain in forum Java Theory & Questions
    Replies: 1
    Last Post: April 1st, 2011, 08:17 AM
  5. Pls Help me run bank java application
    By chukster in forum What's Wrong With My Code?
    Replies: 4
    Last Post: September 20th, 2010, 07:28 PM