South Africa’s biggest forum. Discuss, discover, and connect with thousands of members.
Im self taught on MS office VBA and SQL. I would like to get started on learning Java. Please can somebody point me in the right direction to which programs I need to get started with Java. Thanks
I have a number of years of Java experience under the belt. I'd recommend that you start by downloading the NetBeans IDE. NetBeans is very noob friendly and pretty simple to use but still powerful enough for enterprise level applications.
Once you're more comfortable with the environment and the Java way of doing things I'd recommend you give the Eclipse IDE a go. Eclipse is probably a more flexible (and thus more powerful) IDE but probably not as user-friendly as NetBeans when you're starting out with a new language. Eclipse is considered the industry standard as fas as I'm aware so it looks good on a CV too! It's possible to port your projects from NetBeans to Eclipse with tutorials available online so don't worry about that.
That's my 2 cents.
I have a number of years of Java experience under the belt. I'd recommend that you start by downloading the NetBeans IDE. NetBeans is very noob friendly and pretty simple to use but still powerful enough for enterprise level applications.
Once you're more comfortable with the environment and the Java way of doing things I'd recommend you give the Eclipse IDE a go. Eclipse is probably a more flexible (and thus more powerful) IDE but probably not as user-friendly as NetBeans when you're starting out with a new language. Eclipse is considered the industry standard as fas as I'm aware so it looks good on a CV too! It's possible to port your projects from NetBeans to Eclipse with tutorials available online so don't worry about that.
That's my 2 cents.
There's also the "book way" to go about things ... if you used to learning via books then consider learning from "Head First Java" since it might explain things from a "new to java" perspective ... I didn't read that specific book myself though but I know that the Head First series are quite good at explaining thing to people "new to stuff"
But most people seem to have the following advice:
"Just write code"
*EDIT*
Just realized Netbeans also has java tutorials for you to learn from ... so that IDE could be good enough to start from
VIM FTW!
Well, start by downloading both the JRE (Java Runtime Environment) and the JDK (Java Development Kit) version SE from:
http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u27-download-440405.html
&
http://www.oracle.com/technetwork/java/javase/downloads/jre-6u27-download-440425.html
Version 7 is really the latest, but stick to version 6.27 for compatibility with the books and the other stuff for now.
You can write JAVA in notepad now, and compile it through the windows console. It becomes a bit tedious, but people do it for experience.
If you want an IDE (Integrated Development Environment), which makes the code easier to work with, then get ECLIPSE.
{Netbeans is an alternative, but I find it tricky to uninstall etc. so it causes some frustration.}
Install Eclipse IDE for Java Developers, 128 MB and pick either the 32bit version:
http://www.eclipse.org/downloads/do...e/indigo/SR1/eclipse-jee-indigo-SR1-win32.zip
or 64bit or depending on what PC you are using.
http://www.eclipse.org/downloads/do.../SR1/eclipse-java-indigo-SR1-win32-x86_64.zip
Now you need a book to go through:
Pick one that's a recent edition like 2010 or 2011.
Some good ones are:
BIG JAVA (4th Edition) by Cay Horstman.
JAVA PROGRAMMING (5th Edition) by Joyce Farrell
There are others that people will recommend, but some are great for the 1st few chapters and then tend to lose beginners quite rapidly. Other authors pick the most boring examples that continue throughout the book so you can't escape them.