Java Programming Toolset and How to Start
To write a Java programs, you need the next tools
1.Java compiler.
2.Java virtual machine
3.Java API
4.Java API documentation.
You also need some less atractive tools:
1.Editor to compose your Java programs.
To write a computer program, you need an editor — a tool for creating the text documents.
Many people like Microsoft Word, or as any other word processing
program.
2.You will also need to find the way to issue commands.
You do not need to worry, most versions of Windows come with a Java virtual machine.
Just look for the file named java.exe in your \windows\system32 directory.
Most computers running Mac OS X come with a Java compiler, a Java
virtual machine, and a Java API.Some IDEs come with their own Java tools. You will also need to
get account with some java enabled web hosting company to run all this.You can see more about this at home page of this website.