Go to pastebin.com
If you have not done so, please put your PasteBin account into your My Links page on your Wordpress site.
Create a new PASTE in your own PasteBin account:
Put this code in it:
public class HelloWorld { public static void main (String [] args) { System.out.println("Hello World"); } }
Save it as Hello World.
Make sure you select the right options for it:
You can use this as a reference for future Java Projects.