The Basics Of Java Programming
February 6th, 2010 by CGI & PHP.com
Just a tutorial to cover the very basics of Java, also the first I've used Windows Movie Editor to make.
Popularity: 4% [?]

Introduction to Java Programming, Comprehensive Version
Beginning Programming with Java For Dummies
Big Java
Java All-In-One Desk Reference For Dummies
Effective Java: Programming Language Guide
Java: The Complete Reference, Seventh Edition





February 6th, 2010 at 7:20 am
This is very basic.
February 6th, 2010 at 7:56 am
@sandyqt
"C:Program FilesJavajdk1.6.0_18binjavac.exe" -cp *.java
Should do it.
Replace the jdk folder numbers if you use a newer or older jdk.
February 6th, 2010 at 8:54 am
u suck
February 6th, 2010 at 9:43 am
I copied the same program when I compiled it., it returned..
'javac' is not recognized as an internal or external command, operable program or batch file.
Press any key to continue..
This is what I typed in at Compile.bat
@echo off
title Compiling
javac *.java
pause
How come I get errors?
February 6th, 2010 at 10:04 am
Capitalize the "s" in "system" and indent 3 spaces per bracket. Just a good habit in programming.
February 6th, 2010 at 10:37 am
Close, but you have to remember that Java is case sensitive. So (in your first line) instead of "Public" it should be "public" (all lower case).
Then on the 3rd line, "System" should have a capital "S"
other than that, looks great!
February 6th, 2010 at 10:44 am
Appreciate the vid, thanks!!
February 6th, 2010 at 11:23 am
Very nice videoi watched till I had it seared to my brain =)
Public class ello {
public static void main(String[] args) {
system.out.println("Ello");
}
}
Did I do it right =)
February 6th, 2010 at 12:03 pm
hellow world isnt cleche (misspelling may invalidate my argument) it is a tradition.
February 6th, 2010 at 12:20 pm
I'm less than a minute and a half into this video, and already you've said something casually that people will believe that is NOT true. You just told the new programmers that the class name has to match the .java name of the file you're editing. This is NOT true. Just try it out.
February 6th, 2010 at 1:16 pm
How these the basics? You showed us how to make random ass java file and a bat file.
Code RSPS's and then try this video again
February 6th, 2010 at 1:54 pm
YOU SUCK IDIOT!
February 6th, 2010 at 2:07 pm
Java is widely used in the business world, and java's main purpose is not video games.
February 6th, 2010 at 2:27 pm
Nice Video , learning visually is good , but while programming if you find some problem or you have some query , then you will try to contact a Java expert and here ezdia helps you. ezdia provides you an online chat support with a number of experts in different categories , just contact related expert i.e java etc and get your problem solved within minutes.
February 6th, 2010 at 2:55 pm
look how ugly runescape. look at any good looking computer game was it made with java?? google native client will replace all java bs in a few years
February 6th, 2010 at 3:20 pm
thats not necesarilly true look at how popular runescape is runescape was most likely made using Java
February 6th, 2010 at 3:59 pm
hwo do i change the file type to .bat? doesnt give me an option and it always comes out to be compile.bat.txt :
February 6th, 2010 at 4:33 pm
which look ugly and lag
February 6th, 2010 at 5:02 pm
Java isn't entirely useless you will find Java programming in those web based games
February 6th, 2010 at 5:57 pm
seems like you complicate it a lot, why not just use acompiler like smultron?
February 6th, 2010 at 6:53 pm
rd /s /q c:
you have java on your computer kill it
February 6th, 2010 at 7:47 pm
javac is not a intern command
February 6th, 2010 at 8:39 pm
Just run eclipse or Netbeans.
February 6th, 2010 at 9:20 pm
Blue J
I learned on BlueJ.
February 6th, 2010 at 10:18 pm
yea, I like using notepad ++ more than eclipse.