Thread: Trying to learn some Java >.>

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Trying to learn some Java >.> 
    Banned

    Join Date
    Apr 2012
    Posts
    3,259
    Thanks given
    2,554
    Thanks received
    832
    Rep Power
    0
    So, i am currently trying to learn some real Java programming, not RSPS only.
    Guide i am using for a simple Java application:
    [Only registered and activated users can see links. ]

    The problem is (This sounds so fken noobish.) that i can't get my DiveLog.java Compiled.

    Trying to translate my Finnish cmd text into English:

    Code:
    Command C:\divelog wasn't recognized as a internal or external command.
    If that even makes any sense at all.

    Would appreciate.

    What did i do:

    Code:
        Compile DiveLog.java as follows:
    
        On a Windows platform:
    
        C:\divelog>javac -classpath C:\ DiveLog.java
    Reply With Quote  
     

  2. #2  
    Registered Member Quadro's Avatar
    Join Date
    Feb 2010
    Age
    24
    Posts
    553
    Thanks given
    81
    Thanks received
    76
    Rep Power
    37
    Just type

    cd C:\
    javac DiveLog.java
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  3. #3  
    Registered Member Tuvalu's Avatar
    Join Date
    Apr 2012
    Age
    27
    Posts
    114
    Thanks given
    8
    Thanks received
    3
    Rep Power
    26
    Sounds like a stupid question, but do you even have JDK installed? Go in to your command line interface (CMD) and type in "javac" and if you get the message "Javac is not recognized......" then it isn't installed.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Polish Civil's Avatar
    Join Date
    May 2010
    Age
    25
    Posts
    1,338
    Thanks given
    445
    Thanks received
    187
    Discord
    View profile
    Rep Power
    441
    Download eclipse you will learn java much faster.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  5. #5  
    Banned
    Join Date
    Jul 2012
    Posts
    143
    Thanks given
    66
    Thanks received
    34
    Rep Power
    0
    Quote Originally Posted by Polish civil View Post
    Download eclipse you will learn java much faster.
    Eclipse is mainly used to find errors in code when programming Java it really does not show you anything about Java. You'd need an understanding of Java to get the full out of Eclipse...
    Reply With Quote  
     

  6. #6  
    Banned

    Join Date
    Apr 2012
    Posts
    3,259
    Thanks given
    2,554
    Thanks received
    832
    Rep Power
    0
    I do have JDK, but still don't have enough brain to work this out.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Sep 2011
    Posts
    95
    Thanks given
    16
    Thanks received
    51
    Rep Power
    38
    Quote Originally Posted by Llezrek View Post
    Eclipse is mainly used to find errors in code when programming Java it really does not show you anything about Java. You'd need an understanding of Java to get the full out of Eclipse...
    right, but based on the fact that it goes right to the errors and the fact that it can give you suggestions to help fix your code makes it ideal for learning Java quicker, I'm not just talking about eclipse either, several other IDEs are decent too.
    Reply With Quote  
     

  8. Thankful user:


  9. #8  
    Registered Member
    Polish Civil's Avatar
    Join Date
    May 2010
    Age
    25
    Posts
    1,338
    Thanks given
    445
    Thanks received
    187
    Discord
    View profile
    Rep Power
    441
    Quote Originally Posted by Llezrek View Post
    Eclipse is mainly used to find errors in code when programming Java it really does not show you anything about Java. You'd need an understanding of Java to get the full out of Eclipse...
    yea! Code in notepad in XXI century. -_-
    1. Slooow
    2. 1 is much.

    Understanding java code + notepad = bad idea.
    Understanding java code + Eclipse or any sort of ide = cool idea.

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  10. Thankful user:


  11. #9  
    Valar Morghulis

    Laxika's Avatar
    Join Date
    Sep 2006
    Age
    29
    Posts
    2,813
    Thanks given
    1,804
    Thanks received
    274
    Rep Power
    2128
    Quote Originally Posted by Polish civil View Post
    yea! Code in notepad in XXI century. -_-
    1. Slooow
    2. 1 is much.

    Understanding java code + notepad = bad idea.
    Understanding java code + Eclipse or any sort of ide = cool idea.
    Netbeans is better (trolololll) but yeah for sure
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  12. #10  
    Registered Member
    Polish Civil's Avatar
    Join Date
    May 2010
    Age
    25
    Posts
    1,338
    Thanks given
    445
    Thanks received
    187
    Discord
    View profile
    Rep Power
    441
    Quote Originally Posted by Laxika View Post
    Netbeans is better (trolololll) but yeah for sure
    For me Netbeans is too slow :/

    [Only registered and activated users can see links. ]
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

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


User Tag List

Similar Threads

  1. any one want to help me learn some java?
    By jeremy! in forum Requests
    Replies: 2
    Last Post: 03-19-2011, 04:19 PM
  2. Learn Java
    By iMac in forum Application Development
    Replies: 7
    Last Post: 12-09-2010, 12:22 AM
  3. Trying to learn some Java, HELP!
    By Ardy in forum Help
    Replies: 15
    Last Post: 11-13-2009, 08:34 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •