Java programming

  • Thread starter Thread starter scrtmstr
  • Start date Start date
  • Views Views 1,220
  • Replies Replies 10

scrtmstr

Well-Known Member
Member
Joined
Aug 20, 2009
Messages
839
Solutions
1
Reaction score
3
Trophies
1
Location
the Netherregions!
Website
Visit site
XP
116
Country
Netherlands
We've got a program at school for coding in Java, and the school has given me a guide to download the program. Unfortunatly, the guido is outdated, and the program isn't avaidable anymore. I would like to know, what program is good for coding in Java, for like beginners (like with the if else stuff)
I need it fast, because I've got to study a lot for the test that's coming up.
 
NetBeans and Eclipse are both complicated environments and would intimidate newbies. For those just starting out in coding, I recommend the very simple but effective DrJava.

"DrJava is a lightweight development environment for writing Java programs. It is designed primarily for students, providing an intuitive interface and the ability to interactively evaluate Java code."

http://drjava.sourceforge.net/
 
I recommend Notepad++, but if you need a full IDE Eclipse is the way to go. To install eclipse, download, extract, run .exe in the extracted folder
 
Yeah Eclipse is pretty difficult to get used to, if you want to start with something easy use BlueJ, it's nice and color coded so it's easy to keep track of stuff.
 
Eclipse and NetBeans are full-fledged development environments and are definitely not the way to start, believe me, there is just too much you can do with them and that's not useful when you're just starting out.

My recommendation would be BlueJ, it was the program they used at the university I was on when I started with Java and it worked perfectly. We started using NetBeans about two courses later when we understood the basic principles of programming in Java.

You can download BlueJ @ http://www.bluej.org/

EDIT: Oops didn't see your post until now xakota, sorry for that.
 

Site & Scene News

Popular threads in this forum