Never heard of BlueJ or DrJava. Check out the Eclipse IDE for Java programming http://www.eclipse.org/ It's the main open source development environment for Java.djadonis206 wrote:
I'm starting into Java in the fall - I've already got .net somewhat covered (sort of)
I want to try and learn as many languages as I can on my own -
Java, what are the programs I need to learn it on my own - at the school they use BlueJ and DrJava
most java tools are free right
when I go to Suns web site I don't know which one to download
thanks for your help again
a
but all you really need to get started with Java is the JDK from sun and a text editor. The Tutorials on the Sun web site are very usefull.
By the way don't confuse JavaScript with Java. They are actually totally separate languages. Syntax is similar, but then so is C++. Apart from that the only thing they have in common is they have Java in the name - JavaScript was originated by NetScape and was initially named LiveScript, which would have been a much less confusing name for it.


