Adblock breaks this site

So, I wanna start Java....

Discussion in 'Programming General' started by -Ken-, Oct 20, 2008.

  1. -Ken-

    -Ken- Guest

    Referrals:
    0
    So, I wanna start Java....

    So i'm going to start programming in Java. What progam is easiest to use? Because, if nobody responds or talks about it, i'll use Eclipse.

    Does anyone have some good tutorials in mind for starters in Java?
    Just askin', thanks for reading.
    Ken.
     
  2. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    So, I wanna start Java....

    I like Eclipse, and thats what I use. I would say either, buy a book or search google for java tuts and you will find some beginner stuff for sure. Or use the offical tuts...
     
  3. -Ken-

    -Ken- Guest

    Referrals:
    0
    So, I wanna start Java....

    Alright, thanks for your suggestion ;-) . Also, I found this one tutorial series and it's on this website: 'http://eclipsetutorial.sourceforge.net/' and i've found it pretty easy to understand. And thank you for the suggestion!
     
  4. kalapoka

    kalapoka Member

    Joined:
    Oct 22, 2008
    Posts:
    58
    Referrals:
    0
    Sythe Gold:
    0
    So, I wanna start Java....

    I personally like jcreator and I highly recommend it for newer users. This is because eclipse is TOO convenient and will make corrections for you and you might not understand why. I'd go with jcreator so you can learn the code more thoroughly
     
  5. Nullware

    Nullware Guru

    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0
    So, I wanna start Java....

    I think that you should start using a simple text editor and not an actual Java IDE. My reasoning for this is that it will enable you to have a much greater appreciation and understanding of the structure of a Java program and how all of your classes, interfaces, etc. are attached to each other.

    I personally started Java using only notepad and compiling using the command prompt. I feel that doing so really helped me understand more abstract concepts like inheritance better than moving to an IDE right away would have as it kind of masks some of these concepts by doing the work for you.
     
  6. SuF

    SuF Legend
    Pirate Retired Global Moderator

    Joined:
    Jan 21, 2007
    Posts:
    14,212
    Referrals:
    28
    Sythe Gold:
    1,234
    Discord Unique ID:
    203283096668340224
    <3 n4n0 Two Factor Authentication User Community Participant Spam Forum Participant Sythe's 10th Anniversary
    So, I wanna start Java....

    I use Eclipse because I never got javac to work, no matter what I did. Well, maybe since my computer required you to change to your system32 folder to run any commands, thats why but...

    The only thing I like about Eclipse is that it tells your that I made a stupid mistake, and it can save me time and wrap try catch blocks... I basically use it as a text editor... :p
     
  7. -Ken-

    -Ken- Guest

    Referrals:
    0
    So, I wanna start Java....

    Wow, thanks for replying everyone! I will try to use each and every one of your advice!
     
< My first program | VB6: Can someone help me with code? >


 
 
Adblock breaks this site