Java Development on Linux, easy beginner tutorial

Veröffentlicht am: 07 Oktober 2009
auf dem Kanal: Executive Quest
23,070
36

If your tooltips, calltips, keyword highlighting and completion aren't working, please see my other video about SciTE setup. Many GNU/Linux distros are getting it wrong
http://www.thenerdshow.com/index4210....
http://thenerdshow.com/java/scite.zip

Transcript:
"My neighbors are taking Java classes soon and so am I. they all use Windows but they asked me if it was possible to set up Fedora for Java development. My class starts next week and since Fedora is my favorite operating system, I figured it would be prudent to try it and see. I found out that it's not only possible but easy.

The first thing to do is to install Java development packages. Go to System-- Administration-- Add Remove Software. Check the box next to Java development and click apply.

-OR-- open a root terminal and type:

yum groupinstall "Java development"

Once that's installed we are ready to start programming. Let's make a simple hello world application."

/* First let's create a class.
Java programs need some kind of a class.

*/
class Hello {
public static void main(String[] args){
System.out.println("Howdy, pardner!");//say hi
}
}

This video contains parts or visuals of a free software program. You may use it freely according to its particular license.

Fedora is a trademark of RedHat Inc. (http//redhat.com) Fedora (http://fedoraproject.org) software is available free of charge under the terms of the Apache License. (http://en.wikipedia.org/wiki/Apache_L...)

License for Scintilla and SciTE
http://www.scintilla.org/SciTE.html


Auf dieser Seite können Sie das Online-Video Java Development on Linux, easy beginner tutorial mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer Executive Quest 07 Oktober 2009 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 23,070 Mal angesehen und es wurde von 36 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!