Java Programming Beginners Tutorial #1 - Getting Started (obligatory Hello World)

preview_player
Показать описание
in Today's lesson we will be going over the basic formatting of a Java document through programming the ever-so-obligatory "Hello World" program. These tutorial videos will be released in 1 week intervals.


!! PLEASE NOTE THAT I WILL NOT PROVIDE ASSISTANCE IN MAKING NOTEPAD++ COMPILE LIKE THE OTHER TWO IDE'S. !!
Рекомендации по теме
Комментарии
Автор

@HearTheCreeper Not quite sure i fully understand your question, however, as far as i understand, the answer to your question would be that you can put as many asterisks on the same line in any comment that you like so long as you don't end that line with a "/" Because that's what the compilers look for when closing multi-line comments a "*/" pair. so long as you don't do that, you're in the green... Literally and metaphorically.

kaikarden
Автор

the "[" and "]" should be "{" and "}". the only time you use brackets instead of braces are when you're working with arrays later down the road. Otherwise it looks fine.

kaikarden
Автор

I can't get it to work, I copied it again Exactly the same, but it tells me that there is an error on line 8, it says:
"1 error found:
Error: cannot find symbol
symbol: method printin(java.lang.String)
location: variable out of type java.io.PrintStream"

leonardoromerocalvo
Автор

how can i change my compiler to jdk7.0_25?

NestOneR
Автор

I like your tutorial... its so easy to understand..

adriannkhomasomba
Автор

please make more small basic toutorials

pengistar
Автор

I would need more information regarding the program before i could give an answer. Mainly what does it tell you when it refuses to work.

kaikarden
Автор

I press run and dosen't work :c what is the problem?

Dexonic
Автор

I need help coding, can you please help me out?

hasanabbas
Автор

I was able to do this easily in my java class at school but for some reason at home it comes up with 
"Error: Could not load main class HelloWorld" for jcreator LE 5.0

mysttemptation
Автор

@pengistar112 Because this one was just uploaded this morning. haha

kaikarden
Автор

i love your videos but why doesnt this one have lots of views like the other ones?

pengistar
Автор

And errors i got:
4 errors found:
File: C:\Users\Dont crash me again\Desktop\HelloWorld.java [line: 6]
Error: ';' expected
File: C:\Users\Dont crash me again\Desktop\HelloWorld.java [line: 9]
Error: illegal start of type
File: C:\Users\Dont crash me again\Desktop\HelloWorld.java [line: 9]
Error: ';' expected
File: C:\Users\Dont crash me again\Desktop\HelloWorld.java [line: 10]
Error: reached end of file while parsing

ew
Автор

/*JavaThing
*/

public class HelloWorld
{
public static void main(String[] args)
[
System.out.println("Hello World");
]
}

ew
Автор

why do u want to make comments? what are comments??

ykasken