I m new to java. I need help
What are the software/component used to compile Java program?
What are the editors used to write Java program?
What are the software/component used to write Java program?
What are the software/component used to execute Java program?
It is always better to search forum before asking this sort of trivial questions. More likely they been already answer as in your case this sticky post answers most of it http://www.daniweb.com/forums/thread99132.html
I Think you need to install JDK6.0 software and Text pad software. After finishing installation you can write your program in text pad. To compile the program you can press Ctrl+1 and to run the program you will press Ctrl+2.
if any of the os
you install jdk1.5 or 1.6
after installation u set the classpath to your directory or where u are working in java
editplus is suitable for beginer
javac is the compiler
java is interpreter to run the java programes
several ides are eclipse,netbeans,myeclipse are used for advanced technologies
visit my pages here