Ask your own question, for FREE!
Computer Science 19 Online
OpenStudy (anonymous):

Which software is used to write and run JAVA programs.? i am currently learning CORE JAVA..

OpenStudy (anonymous):

you can use either eclipse or net beans which both have integrated compilers, but i recommend you to use eclipse because its cross-platform

OpenStudy (anonymous):

I had seen both, I think I would prefer Eclispse, since one can develop Android Apps since Google makes this IDE the official one for app development. That's just me, that would one of the main reasons, probably there's lots of others, but I haven't used this IDE that much to know :D

OpenStudy (anonymous):

If you are a beginner in Java Programming.. BlueJ is the right choice. Heres the link: http://www.bluej.org/ But in order to make it work..u need to download the JDK, which you can find here. http://www.oracle.com/technetwork/java/javase/downloads/index.html

OpenStudy (anonymous):

Thanks for theinfo :) I might download it to start learning java too, but will use eclipse for android development :P

OpenStudy (anonymous):

you should use netbean

OpenStudy (anonymous):

I use the one I freaking want >:L :p

OpenStudy (anonymous):

First download latest version of JDK (JDK 1.6 or later). then use eclipse (Java IDE) or NetBeans. You can try JCreator LE also. All are free to use. I will prefer Eclipse...

OpenStudy (anonymous):

see Eclipse is "the Boss" :D But that BlueJ seems promising for beguiners.

OpenStudy (anonymous):

You shouldn't go for any IDE. For a beginner of core java you should do it in notepad or vi editor.

OpenStudy (anonymous):

http://www.java.com/en/download/index.jsp install it and write d script in notepad & save it wit .java extention n compile it in command prompt ...by javac <file name.java> n after compiling run it as :\java filename

OpenStudy (anonymous):

I had started learning CORE JAVA by using notepad and following the method as explained by phk09 .. what will be the difference if I use a software like eclipse , net beans ,blueJ etc ?

OpenStudy (anonymous):

Using(typing) notepad is error prone? but you will learn better from your mistakes. eclipse is much more user friendly, good for creating a complete project, easy to track errors, powerful and much more. you can start with notepad and then move to the eclipse or netbeans whatever you like. but please don't follow or try copy paste method, try to type codes by yourself.

OpenStudy (anonymous):

Thank You !

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!