Adblock breaks this site

A Simple Hello world Tutorial for Java! Part 1 of many.

Discussion in 'Programming General' started by diabl0, Sep 18, 2010.

  1. diabl0

    diabl0 Apprentice
    Banned

    Joined:
    Jul 25, 2008
    Posts:
    902
    Referrals:
    0
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    Hello everybody, this is Diabl0, I am going to teach you how to make a simple Hello World program in Java.

    First thing you will need is Eclipse. Eclipse is a Free Java IDE, and it will save you alot of hassle with compiling and etc.

    After you get Eclipse start it up and create a new Java Project. When that is created right click on src on the left hand side, and click new, then Java class.

    Here is where we will begin.

    Something like this should be in that newly created file:
    Now first of all you are going to need to create your main.

    So under
    Put this:
    This code here is required in anything you create in Java. This is something you cannot forget.

    After you have that It is time to create your Hello World Line.

    So underneath:
    Add:
    And that is all you need go ahead and run the code.

    It should pop up on the bottom with Hello Sythe.org!

    There is more Tutorials to come, Please follow along with me, and you will learn much.
     
  2. cp

    cp an cat
    Banned

    Joined:
    Jan 30, 2007
    Posts:
    3,278
    Referrals:
    6
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    I suggest you post this (and any further tutorials) in the user education section.
     
  3. diabl0

    diabl0 Apprentice
    Banned

    Joined:
    Jul 25, 2008
    Posts:
    902
    Referrals:
    0
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    So far I have added 3 tutorials into the user educator section :)
     
  4. benum45

    benum45 Newcomer

    Joined:
    Sep 22, 2010
    Posts:
    1
    Referrals:
    0
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    ggggggggg
     
  5. meodows92

    meodows92 Active Member

    Joined:
    Jun 8, 2009
    Posts:
    232
    Referrals:
    0
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    you can used:

    System.out.println("Hello");
    System.out.println("Sythe.org!");
     
  6. rickjames928

    rickjames928 Guru
    $25 USD Donor New

    Joined:
    Jun 28, 2010
    Posts:
    1,718
    Referrals:
    0
    Sythe Gold:
    0
    Halloween 2013 Lawrence
    A Simple Hello world Tutorial for Java! Part 1 of many.

    this will definitively help those new to java, thanks mate
     
  7. meodows92

    meodows92 Active Member

    Joined:
    Jun 8, 2009
    Posts:
    232
    Referrals:
    0
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    A.. sorry if is not allow to type hear but i just want help others to learn java an easily way. You can use netbeans to help you do programming
     
  8. diabl0

    diabl0 Apprentice
    Banned

    Joined:
    Jul 25, 2008
    Posts:
    902
    Referrals:
    0
    Sythe Gold:
    0
    A Simple Hello world Tutorial for Java! Part 1 of many.

    Please post this information in a different thread, thank you very much buddy.
     
  9. Syd

    Syd Active Member
    Banned

    Joined:
    Aug 10, 2010
    Posts:
    218
    Referrals:
    2
    Sythe Gold:
    10
    A Simple Hello world Tutorial for Java! Part 1 of many.

    Helped me a little, i already have eclipse, but you should put the download link for it.
     
< C++ Help - School task :P | 1 bit games? >


 
 
Adblock breaks this site