Java Development on Linux, easy beginner tutorial

Pubblicato il: 07 ottobre 2009
sul canale di: 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


In questa pagina del sito puoi guardare il video online Java Development on Linux, easy beginner tutorial della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Executive Quest 07 ottobre 2009, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 23,070 volte e gli è piaciuto 36 spettatori. Buona visione!