Java Tutorial #1 - Hello World
22 Responses to “Java Tutorial #1 - Hello World”Leave a ReplyPosted on April 13th, 2007 by admin Filed under Java Basics | |
|
Java Tutorial #1 - Hello World
22 Responses to “Java Tutorial #1 - Hello World”Leave a ReplyPosted on April 13th, 2007 by admin Filed under Java Basics | |
|
May 3rd, 2007 at 11:23 am
can’t read.
can’t read.
May 3rd, 2007 at 1:11 pm
I agree, it is a …
I agree, it is a little too hard to read. I tried to explain in words what I was doing, but it’s not perfect, since YouTube makes it very blurry, even in full screen. This video and other tutorials are available in better quality at the Java-o-matic site posted above in the video notes.
May 6th, 2007 at 1:40 am
i think ur a bit …
i think ur a bit confused. If you want people to read what u type on youtube in fullscreen then its really hard. You could try raising the font size in settings but i recommend that you just record a small area of the screen instead of fullscreen. You can move the whole ecplise window inside that area if u want to show something else and then back to the code area when ur done. Hope this helpsu in future tutorials. Also do u have some gui tutorials?
May 24th, 2007 at 3:16 pm
does anybody know …
does anybody know why when i’m trying to package classes and import them back, the compilet do not fint my package. although i define the path to the base directory and type the full path in the head of the class currectly (i follow a book).
June 2nd, 2007 at 8:19 am
Excellent, very …
Excellent, very helpful - Imagine trying to write this out - Good Job. If you want readable screen, change your resolution to something like 800*600 TRUST ME
July 16th, 2007 at 11:44 pm
i need help! if i …
i need help! if i try to start my appication, comes this error message: Syntax error on token “*”, delete this token
can you help me?
July 30th, 2007 at 12:03 pm
Hey there! I need …
Hey there! I need some help please. When I run NetBeans and try to compile my program, I get an error. An xml file is missing. I had great troubles with this. Do you know what it could be?
July 31st, 2007 at 2:37 pm
hey curt… you …
hey curt… you have an AIM screen name or some other messenger? i’m really new to this and need some help… pm with your email and stuff please… thank you
October 24th, 2007 at 10:45 am
i use this program …
i use this program and at the moment i am making a breakout game, any tips?
pm me
October 26th, 2007 at 7:15 am
very good tutorial, …
very good tutorial, but where are the another?
December 2nd, 2007 at 1:33 pm
can you help me …
can you help me with this problem?
public static Tracing
{
December 20th, 2007 at 3:57 pm
Big thx for the …
Big thx for the command line instructions because eclipse would drive me totaly crazy ~8-D
December 30th, 2007 at 6:00 am
UNIX brr, hate that …
UNIX brr, hate that stuff
January 5th, 2008 at 6:07 am
i have this error, …
i have this error, when i save the class:
The method printline(String) is undefined for the type PrintStream
January 16th, 2008 at 8:45 am
i dont get it you …
i dont get it you said type System.Out.PrintLine
Wrong
Ztoph the code is
System.Out.Println(”Insert Text here”)
that is the real code
January 17th, 2008 at 12:53 pm
Thanks for the …
Thanks for the tutorial, curtisf14. The instructions in Eclipse are rubbish.
January 21st, 2008 at 8:24 pm
Yeah Mon - we saw …
Yeah Mon - we saw what he typed - and besides, if you want to learn how to program in Java, you need a genuine discussion on OOP. For those that do not know:
println = print on new line
print = print on existing line
Fascinating! not.
February 2nd, 2008 at 1:23 pm
the laughing scares …
the laughing scares me
February 3rd, 2008 at 12:32 pm
nice dude. good for …
nice dude. good for a n00b like me
February 4th, 2008 at 1:58 pm
THANKYOU
this is …
THANKYOU
this is an awsomely simplistic yet informative tutorial job verwell done!
also i like the part where you go on for 2 mins about long names =P
{sig
if {command.startswith “flush” && personname = “wendel”
addmovement “swirly”
shoutmessage “neerrrddd”
}
}
February 6th, 2008 at 6:01 pm
nice if you dont …
nice if you dont like eclipse you could also use bluejay its very simple looking.
February 6th, 2008 at 8:46 pm
In Ruby:
puts ” …
In Ruby:
puts “hello world”
A class:
class name_of_class