Hi all, just a quick,
Here I put some guide for Java path environment variable setup and test your java code.
After installing Java Development kit (guna kak fuzi nye version 1.6.0_04),
1. Click Start > Control Panel > System on Windows XP or Start > Settings > Control Panel > System
2. Click Advanced > Environment Variables.
3. Add the location of bin folder of JDK installation for PATH in User Variables and System Variables. <-- tukar kan dua dua
A typical value for PATH is:
C:\Program Files\Java\jdk1.6.0_04\bin
ok..done, then try to test your java code, Hello world program:
1. Open notepad, paste:
/**
* The HelloWorldApp class implements an application that
* simply prints "Hello World!" to standard output.
*/
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
2.Save the file under C:\Program Files\Java\jdk1.6.0_04\bin, save as HelloWorldApp.java
3. Open cmd @ command prompt, get into directory "C:\Program Files\Java\jdk1.6.0_04\bin", then compile the java file such:
C:\Program Files\Java\jdk1.6.0_04\bin>javac HelloWorldApp.java
4. If compilation process is okay, no error should be appeared, then run the java program.
C:\Program Files\Java\jdk1.6.0_04\bin>java HelloWorldApp
HelloWorldApp!
All the best!....tioman~ heh
Signing off,
Sunday, January 20, 2008
Subscribe to:
Post Comments (Atom)
5 comments:
wah tq2...ammar masterji java..cepat tul post blog...siap post sample program lg...nnt jgn lupe broadcast coding tau....:P
[B]NZBsRus.com[/B]
Dismiss Crawling Downloads With NZB Files You Can Hastily Find Movies, Console Games, MP3 Singles, Software & Download Them at Blazing Speeds
[URL=http://www.nzbsrus.com][B]Newsgroup[/B][/URL]
Predilection casinos? seal of submit on this little ones [url=http://www.realcazinoz.com]casino[/url] turn away from and convey away up online casino games like slots, blackjack, roulette, baccarat and more at www.realcazinoz.com .
you can also scrutinize our impudent [url=http://freecasinogames2010.webs.com]casino[/url] contribute something at http://freecasinogames2010.webs.com and repulse actual genially touched in the headmaster !
another late-model [url=http://www.ttittancasino.com]casino spiele[/url] purlieus is www.ttittancasino.com , in rally german gamblers, lengths well-wishing online casino bonus.
top [url=http://www.xgambling.org/]casino online[/url] brake the latest [url=http://www.casinolasvegass.com/]online casinos[/url] manumitted no store hand-out at the chief [url=http://www.baywatchcasino.com/]casino games
[/url].
top [url=http://www.c-online-casino.co.uk/]c-online-casino.co.uk[/url] hinder the latest [url=http://www.casinolasvegass.com/]online casinos[/url] free no deposit bonus at the foremost [url=http://www.baywatchcasino.com/]bay anticipate casino
[/url].
Post a Comment