Question:
What is a good Java editor, such as Blue J?
anonymous
2009-01-05 09:08:51 UTC
I'm not sure of the professional name. I'm taking a AP computer Science class and they linked me to a program called Blue J. They said I could use whatever I want though. I'm sure there is a better program out there somewhere, but I don't know where to begin.
Four answers:
anonymous
2009-01-05 09:15:49 UTC
How about eclipse? That's a good one I think.
deonejuan
2009-01-05 09:21:35 UTC
Get NetBeans 6.5 bundle download with JavaSE1.6. Get that going, then download the JavaDocs for SE. Fire up NetBeans and link the JavaDocs. Then, do "HelloWorld with NetBeans" tutorial at Sun. Linking the javaDocs will reference all the API methods available in Java at your fingertips.



If you MUST have BlueJ, NetBeans has a plug-in. But NetBeans has allowed me to use textbook examples, something other IDE won't do -- the others have mysterious code you can't modify in order for the project to work.
Human
2009-01-05 09:49:05 UTC
Netbeans is pretty good



They give you a free CD of NetBeans via mail

All you have to do is register
anonymous
2009-01-05 09:19:51 UTC
eclipse and netbeans are both very nice and free.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...