Home  • Programming • Java
Getting started Java Language 1. Download java SDK SE (Software Developing Kit Standard Edition) http://download.oracle.com/otn-pub/java/jdk/7u21-b11/jdk-7u21-windows-i586.exe 2. Download TextPad. http://www.textpad.com/download/v70/txpeng707.zip 3. Install java SDK and then TextPad. 4. Open up TextPad 5. Write the following code: class Demo{ public static void main(String[] p){ System.out.println("Hello World"); } } 6. Save the file as Demo.java 7. Press Ctrl+1 to compile in TextPad. 8. Press Ctrl +2 to run in TextPad.

Comments 0


Share

Copyright © 2024. Powered by Intellect Software Ltd