This forum is for those who wish to learn Java. In this forum I will be showing you thing that I know about coding Java programs. Before you can start coding, though, you need to have the following things:
-Any version of JDK you can dowload it here.) -A text editor e.g. Notepad; Wordpad -A command prompt shell or a written batch file(.bat) -Environmental variables:
To set you Environmental Variables right click on My Computer>Properties>Advanced>Environmental Variables. Click New.. and Name it CLASSPATH and paste the first one i provided with your version of JDK. Then scroll down and find Path. Edit path variable and put the second code i provided replace VERSION # with your Java version. Click Ok and close it down.