Search:

Type: Posts; User: ericthegreat

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,403

    Re: Beginner Problem

    when comparing strings use .equals function or other but not ==
  2. Replies
    12
    Views
    1,972

    Re: Java on command prompt

    first change the dir to the location of saved .java file using the cd on your terminal application or command prompt.
    then type javac "asdf.java" whatever, then type java "asdf" and it will run
Results 1 to 2 of 2