|
-
Nov 24th, 2001, 11:16 AM
#1
Thread Starter
Lively Member
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 !
-
Nov 24th, 2001, 11:24 AM
#2
Dazed Member
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.
-
Nov 24th, 2001, 11:24 AM
#3
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
-
Nov 25th, 2001, 11:19 AM
#4
Addicted Member
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
-
Nov 25th, 2001, 01:44 PM
#5
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|