CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: Getting started

  1. #1
    Join Date
    Jan 2003
    Posts
    2

    Question Getting started

    I'd like suggestions on what tool to use in learning Java programming. I had a beginners class a couple of years ago but I'm starting over with Core Java 2 vol 1 & 2.

    My instructor was sold on JBuilder (free) but is it worth my time to use and learn NetBeans(Forte, free) instead? What is the predominent tool used in the industry today? I'd prefer to use free tools until I know what I'm doing here but I'm open to buy one if neccessary.

    I'm an old mainframer with about forty languages under my belt and am current in a lot of PC technology, VB, HTML, etc.

    Appreciate any direction you pros want to provide

  2. #2
    Join Date
    Jan 2002
    Location
    Halifax, NS, Canada
    Posts
    985
    Free ones.. humm...

    JBuilder Personal is free, that's a good one. I've used NetBeans a coupl of years ago when I was in school. It was a very good IDE, came with tutorials and such, but I found it very slow. Of cource that was on a 450 Mhz computer. I hear IntelliJ is a good one, but I don't think it's free.

    There's JRun by Macromedia, but I don't know anyone who uses it. (And I don't think it's free)

    If you want something free to use, I'd either go with JBuilder Personal or NetBeans.

  3. #3
    Join Date
    Jan 2003
    Posts
    2

    Thumbs up Thanks

    Appreciate the advice. Maybe the latest version is better than the one I used. I have a pretty fast box and the tutorials sound like a good thing with NetBeans.

  4. #4
    dlorde is offline Elite Member Power Poster
    Join Date
    Aug 1999
    Location
    UK
    Posts
    10,163
    Just my 2 cents... NetBeans has a bad rep with most professional Java programmers I know. IBM's Eclipse with Java plug-in is quite popular, but the pick of the bunch is IntelliJ IDEA - well worth paying for.

    For tutorials, Sun's Java Tutorial is good, and Bruce Eckel's Thinking in Java is also a good guide.

    Well, if I called the wrong number,
    why did you answer the phone?
    Please use [CODE]...your code here...[/CODE] tags when posting code. If you get an error, please post the full error message and stack trace, if present.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured