Bluj is terrible in my opinion. Besides, you should start out using the command line to learn fundamentals.
server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
RTFM... There's a very good manual included in your documentation package that comes with the JDK (you did download and install the documentation did you?).
There's also a very nice tutorial on Sun's website, and every beginners' book on Java worth the name contains the information as well.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337
Hi everyone,
In my opinion, BlueJ is difficult to use even though it was meant for beginners. Try this ide called JAVA IDE 1.9 by John English. I personally use this ide and i beleive it is as good as it gets. It does not have a gui builder thus you will have to code everthing by hand but trust me you will learn more.
Here is the download link to the ide
http://www.it.bton.ac.uk/staff/je/javide19.zip
On another issue if you want a c++ compiler that supports gui try downloading bloodshed c++ compiler. It supports gui.
Yours Sincerely
Richard West
freesoft_2000
Practically a Master Poster
623 posts since Jun 2004
Reputation Points: 25
Solved Threads: 10
You shouldn't use an IDE at all until you're comfortable with the commandline tools and the language.
In fact you shouldn't use an IDE to do anything you can't do yourself...
I see way too many people saying they know a language when in fact all they know is how to use some IDE to create half their code for them and then fill in the details.
When left with a text editor, a command line compiler, and a language reference, they fail to produce anything at all.
They learned the tool instead of the language, all the time thinking they learned the language.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337