
darkdemon
Enthusiast

May 28, 2006, 10:51 AM
Post #1 of 8
(954 views)
Shortcut
|
|
Hello World Tutorial
|
Can't Post
|
|
Hi I just started learning Java and wanted to give this tutorial. First start off with an empty project then add a .java file to it. Name it hello. Then add this code to it:
public class hello { public static void main(String[] args) { System.out.println("Hello World"); } } Now if you're using VJ# then you wouldn't need to add the first line, but if you're using a program that doesn't help at all by showing you different controls say like "System" that wouldn't be there in JCreater LE, you would need the pro or you can just download the free editon of VJ# 2005 Express Edition. Let's get back to what we were talking about. Compile the project by going to build and compile. You see a console that says Hello World. BTW : You need to make a Console project in VJ# 2005. That's the end of my tutorial, I hope it helped you guys. Edit : Fixed code.
U r reading a signature. Free game hacks!
(This post was edited by darkdemon on Jul 28, 2006, 5:33 AM)
|