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

Thread: Help with Netbeans installation

  1. #1
    Junior Member
    Join Date
    Nov 2010
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with Netbeans installation

    I am new to Java and want to install Netbeans IDE for my Ubuntu Linux. I just want to ask a very simple follow up here: Java SE, JavaFX and Java, which one should I download?
    http://netbeans.org/downloads/index.html?pagelang=

    I don't need to use it to design any web-based applications. I use it totally for my desktop programming.
    Many thanks.


  2. #2
    Junior Member
    Join Date
    Nov 2010
    Location
    Cracow
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with Netbeans installation

    Hello everyone!

    I'm new in java but I would recommend to download option "all";
    I have it downloaded for myself;
    You never know when it (javaFX etc.) could be usefull;

    Happy coding!

  3. #3
    Member
    Join Date
    Jul 2010
    Location
    Washington, USA
    Posts
    307
    Thanks
    16
    Thanked 43 Times in 39 Posts

    Default Re: Help with Netbeans installation

    If you don't know which one to pick get Java SE. Better yet, Eclipse.

  4. #4
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Help with Netbeans installation

    For most development Java SE is sufficient.

    If you want to do web development (particularly server/client stuff) you'll probably want to try Java EE.

    JavaFX is supposedly the replacement to Swing (though it's built off of Swing), I've never used it but I think someday I might.

    If you're doing mobile phone development, take a look at Java ME (note: this only works on phones which can run Java, which sadly isn't too many of the popular ones)

    And as Brt93yoda said, get Eclipse. It's a wonderful development platform for Java (probably the best out there), and it's completely free and open source. Or you could try Netbeans, which is also free and open source, and is just as popular as Eclipse. Depending on who you talk to, they'll probably try to get you to swing one way or the other, but truth be told both IDEs are equally capable and good (I'm an Eclipse fan, btw )

  5. #5
    Junior Member
    Join Date
    Dec 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with Netbeans installation

    I have a question too. How would I compile a program in netbeans since I already had them before I installed netbeans? Better yet, how would I set up to be able to compile?

  6. #6
    Super Moderator helloworld922's Avatar
    Join Date
    Jun 2009
    Posts
    2,896
    Thanks
    23
    Thanked 619 Times in 561 Posts
    Blog Entries
    18

    Default Re: Help with Netbeans installation

    I'm not too familiar with Netbeans, but I believe all you need to do is create your project, write your source code, than click the "compile" button.

    For more specific details, see: Getting Started With the NetBeans IDE Tutorial (note: this is a little old, but I think most of this info is still good)

  7. #7
    Junior Member
    Join Date
    Dec 2010
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Help with Netbeans installation

    Well, it won't let me compile any code at all

    EDIT: I got it to work. I must place them in a new project folder.
    Last edited by IpodHero; December 11th, 2010 at 07:49 PM.

Similar Threads

  1. Remote Installation
    By manshi in forum Java SE APIs
    Replies: 3
    Last Post: November 2nd, 2010, 05:52 AM
  2. netbeans project
    By wrmaina in forum Java Theory & Questions
    Replies: 1
    Last Post: July 14th, 2010, 02:39 AM
  3. Netbeans help
    By [Kyle] in forum Java IDEs
    Replies: 2
    Last Post: September 20th, 2009, 06:32 PM
  4. [SOLVED] installation procedure for java 1.6 latest version on xp
    By sriraj.kundan in forum Java Theory & Questions
    Replies: 1
    Last Post: June 25th, 2009, 08:18 AM
  5. Are We seriously Ignoring NetBeans?
    By javacrazed in forum Java IDEs
    Replies: 4
    Last Post: November 12th, 2008, 05:08 PM