Results 1 to 5 of 5

Thread: I am New to JAVA --- Have a Quick Question

  1. #1

    Thread Starter
    Lively Member fundean's Avatar
    Join Date
    Apr 2001
    Posts
    98

    I am New to JAVA --- Have a Quick Question

    Please tell me the "program" I need in order to write, debug, and compile JAVA programs; I heard that there are "free" ones out there. Can someone please tell me what I need in order to have a setup for JAVA just like MS Visual Studio has for C++ and Visual Basic? I am running Windows 98 with a PIII 850 Mhz and 128 Mb RAM.


    Thanks !

  2. #2
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418
    No IDE is required you can just ues notepad but as for free IDE's you can get FORTE from Sun's site. JCreator is good. Borlands JBuilder is another good one. I use JCreator which i had to pay for but there is also a free version you can get you paws on too.

  3. #3
    The Devil crptcblade's Avatar
    Join Date
    Aug 2000
    Location
    Quetzalshacatenango
    Posts
    9,091
    you can use Forte for Java. It's a free download from Sun. That would be mostly for GUI apps, I think. You can also use Notepad if you want. The source code is just plain text, like any other language. Then, you compile it into executable class files. There is a thread a few down on this page with links to different compilers.

    Laugh, and the world laughs with you. Cry, and you just water down your vodka.


    Take credit, not responsibility

  4. #4
    Addicted Member Ramandeep's Avatar
    Join Date
    Feb 2000
    Posts
    158
    I started out on notepad when I first started learning Java, but as you start to get more experienced you will want a IDE application as it can help navigate to parts of your code much easier and quicker.

    I got JBuilder 3 University edition with my Java Book that I bought. I'm sure you must be able to also download a university edition of JBuilder from Borland’s web site.

    If your going to use Notepad initially you will need to download JDK from Sun's website, this contains the Java compiler etc

  5. #5
    Addicted Member
    Join Date
    Nov 2001
    Location
    Yewston, Texis
    Posts
    240
    Here's how to get startled in Java--a checklist:

    go to http://java.sun.com/j2se/1.3/ and download jdk1.3 (they call it java 2 sdk 1.3 standard edition)
    If you are using Windows, locate and download edit plus. ( http://www.editplus.com/ ) Why? Because it's a versatile editor and it color highlights java, javascript, perl and a whole slew of others.
    If you need an IDE, go to this article http://slashdot.org/developers/01/11/08/0036217.shtml this is a recent posting where people discussed the relative merits of Java IDEs. It's basically a big rambling review.

    IDE or not? Whether to use an IDE is up to you. Some would argue that a color highlighting editor is best because you learn the syntax more thoroughly. I've found that an IDE prolongs the learning process because it pumps out a lot of Java syntax that I don't understand. On the other hand, some of the java IDEs offer intellisense-like features that help you discover the object hierarchy simply by bumbling around with the keyboard like in VB.

    Marlin

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