|
|
|
|
Title: Java Programming Tutorial - 2 - Running a Java Program
Added: May 2, 2009
Author: thenewboston
Duration: 6:53
Description:
****MAKE SURE TO WATCH IN HIGH QUALITY****How to run a Hello World program in java.
Related Videos:
Videos related to 'Java Programming Tutorial - 2 - Running a Java Program'
Channel: Howto
Tags: install download jdk se ee java development kit new beginner tutorials
install download jdk se ee java development kit new beginner tutorials
Youtube Comments: 2369
William Dillon Says:
May 23, 2012 - This has probably been answered, or you may have solved it, but you need a capital letter on System. I think this is correct, I had the same problem and this solved it.
FlorianAhmeti Says:
May 23, 2012 - is there a way to download all these tutorials ??
SpiderWick12 Says:
May 23, 2012 - I'm using Java SE 6u32 and I'm getting an error that says: " 'javac' is not recognized as an internal or external command, operable program, or batch file".Could this be because of the different software I'm using, or is it more likely that I did something else wrong?
BorneKiwi Says:
May 23, 2012 - when I type 'cd test' my computer says 'The system cannnot find the path specified.
BorneKiwi Says:
May 23, 2012 - haha lol never mind :P
qewradsfersdc Says:
May 24, 2012 - test is just where he saved the file, if you saved yours elsewhere youd have to cd through all the folders to get to where you saved yours
Matthewlikestogame Says:
May 24, 2012 - I believe video2mp3 has an mp4 download option
Matthewlikestogame Says:
May 24, 2012 - A lot of people are saying this doesn't work for them, and my friend that led me to this said that Notepad++ was BS and to use eclipse EE, And I'll be honest, it actually does work while N++ did not, so I'm sticking with that. Just a note though, the directory for the java program will be C:/users/username/workspace/projectname/src/apples.java and that when running it it is case-sensitive
OmnomMasterTheFirst Says:
May 25, 2012 - You didn't tell us how to create the test directory...
PlaystationVitaLord Says:
May 25, 2012 - i got to cmd and changed the directory. when i typed the javac thing, it said "javac is not recognized as an internal or external command, operable program or batch file"what's the problem
Slimjim22727 Says:
May 26, 2012 - lol, when at 5:17 captions said "and then pursue youtube scott joplin and this means our use the compiler" xD
RedKurZeGamer Says:
May 26, 2012 - Check if the folders name is right
danny200234 Says:
May 26, 2012 - Use a capital S. java is case sensitive
danny200234 Says:
May 26, 2012 - try "cd C:\test"
danny200234 Says:
May 26, 2012 - you have to install JDK(Java Development Kit) and find a tutorial on installing that
DaSuperAmazingGamer Says:
May 27, 2012 - I remember getting to video 20 or so in this series several month ago. I came back to it, and I was totally lost. I've began taking notes now so I won't forget. Unless you have a photographic memory, I STRONGLY suggest to people just beginning this series to take notes or do something to remmeber what you're learning, or you probably will forget eventually. My memory is pretty bad though, so mabey you learn better than I do. Just wanted to put this out to help anyone who might need it.
quantitate Says:
May 27, 2012 - Use system.out.println("Hello youtube!");Make sure that semicolon is there!
Gloirius Says:
May 27, 2012 - You must save the file under the "Local disk c" or "Local disk D" (depends go in your cmd to see wether the program shows a "D" or a "C" then save it in what directory the cmd shows) in order for the file to show , In case your wondering what "cmd" meanings its Command prompt :D.
LPlayer4Ever Says:
May 27, 2012 - new.java:2: error: cannot find symbolpublic static void main(strings args[]){symbol: class stringslocation: class apple1 errorWhat is wrong?
Gloirius Says:
May 27, 2012 - You must save the file under the "Local disk c" or "Local disk D" (depends go in your cmd to see wether the program shows a "D" or a "C" then save it in what directory the cmd shows) in order for the file to show , In case your wondering what "cmd" meanings its Command prompt :D.
TheBenfoo Says:
May 27, 2012 - idiot its your folder not his unless you named it test and put it straight in the C: drive












Kevinsawicki Says:
May 23, 2012 - Try a capital "S" in system. Did that work?