Thread: Intro to Java

Page 4 of 5 FirstFirst ... 2345 LastLast
Results 31 to 40 of 42
  1. #31  
    The One & Only

    Norcotic's Avatar
    Join Date
    Jul 2011
    Age
    20
    Posts
    2,293
    Thanks
    403
    Thanked 278 Times in 217 Posts
    Rep Power
    1211
    I am pretty sure I have a book that shows all this and tons more.

    But good job.

    Reply With Quote  
     

  2. #32  
    Trusted MM & RsGp Seller.

    Join Date
    Feb 2012
    Posts
    337
    Thanks
    81
    Thanked 29 Times in 28 Posts
    Rep Power
    48
    HOLY CRAP DUDE.
    Thank you!
    Reply With Quote  
     

  3. #33  
    Registered Member Tuvalu's Avatar
    Join Date
    Apr 2012
    Age
    19
    Posts
    114
    Thanks
    8
    Thanked 3 Times in 3 Posts
    Rep Power
    26
    Looks good.... similar to my book.
    Reply With Quote  
     

  4. #34  
    Registered Member
    CODER LORD 420's Avatar
    Join Date
    Dec 2010
    Posts
    2,359
    Thanks
    372
    Thanked 1,258 Times in 643 Posts
    Rep Power
    2829
    no u cant
    Signature Removed due to violation of rules
    Reply With Quote  
     

  5. Thankful user:


  6. #35  
    Registered Member
    Payton's Avatar
    Join Date
    Nov 2008
    Posts
    3,142
    Thanks
    165
    Thanked 168 Times in 125 Posts
    Rep Power
    490
    i am new to this java.. and like the guy on the last page said the first part is confusing me also..


    to anyone who may respond can you tell me what the wanderer means by

    That was intended to be put into the cmd prompt, but you can do it also by putting it into a batch file. That would be to compile your Java class, so make it something like...
    Compile.bat

    Then inside of it you would place:
    Code:
    Code:
    Javac HelloWorld.java

    ---------------------------------------------------------------------------------------------
    also when i try to type
    Code:
    javac HelloWorld.java
    in my command prompt it says javac isn't recognized


    sorry im used to playing servers now i wanna learn how to make them..
    Reply With Quote  
     

  7. #36  
    Registered Member Tuvalu's Avatar
    Join Date
    Apr 2012
    Age
    19
    Posts
    114
    Thanks
    8
    Thanked 3 Times in 3 Posts
    Rep Power
    26
    Quote Originally Posted by Payton View Post
    i am new to this java.. and like the guy on the last page said the first part is confusing me also..


    to anyone who may respond can you tell me what the wanderer means by

    That was intended to be put into the cmd prompt, but you can do it also by putting it into a batch file. That would be to compile your Java class, so make it something like...
    Compile.bat

    Then inside of it you would place:
    Code:
    Code:
    Javac HelloWorld.java

    ---------------------------------------------------------------------------------------------
    also when i try to type
    Code:
    javac HelloWorld.java
    in my command prompt it says javac isn't recognized


    sorry im used to playing servers now i wanna learn how to make them..
    If it's saying "Javac is not recognized" then that's because either JDK isn't installed or it hasn't been installed properly. If you already have JDK installed, then uninstall and then install it again:

    Java SE Downloads

    Also, check your environmental variables (Right click "my computer", click on "advanced system settings" on the sidebar and then click on "environmental variables), and see if the variables "JAVA_HOME" and "Path" are both pointing to JDK/bin
    Reply With Quote  
     

  8. #37  
    Registered Member

    Join Date
    Jul 2012
    Age
    19
    Posts
    2,779
    Thanks
    710
    Thanked 243 Times in 224 Posts
    Rep Power
    414
    Thanks for this,its a good tutorial
    Reply With Quote  
     

  9. #38  
    Registered Member
    Join Date
    Apr 2012
    Posts
    749
    Thanks
    5
    Thanked 1 Time in 1 Post
    Rep Power
    10
    freaking nice, i know this but i see it took u a hell of time, nice contribution (java books are the easiest way to go thats what i did...)
    Reply With Quote  
     

  10. #39  
    i want a PM. The best in life is free.
    Project M's Avatar
    Join Date
    Mar 2012
    Posts
    369
    Thanks
    20
    Thanked 13 Times in 12 Posts
    Rep Power
    14
    whats the books name? i want.
    Reply With Quote  
     

  11. #40  
    Registered Member
    Join Date
    Nov 2012
    Posts
    20
    Thanks
    0
    Thanked 8 Times in 3 Posts
    Rep Power
    11
    AMAZING GUIDE! I went from absolutely no knowledge about java to beginner programmer
    Reply With Quote  
     


Page 4 of 5 FirstFirst ... 2345 LastLast
Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. My Intro!
    By `Toys in forum The Red Carpet
    Replies: 13
    Last Post: 02-10-2011, 10:50 PM
  2. never really did a intro.. so here it is now.
    By Tobbo in forum The Red Carpet
    Replies: 1
    Last Post: 11-10-2010, 07:46 PM
  3. Intro
    By Mr Antt. in forum The Red Carpet
    Replies: 1
    Last Post: 03-19-2010, 02:34 AM
  4. Intro
    By Tafoya in forum The Red Carpet
    Replies: 0
    Last Post: 11-30-2009, 04:43 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •