Search results

  1. Martin

    Java problems

    It's a linux command :)
  2. Martin

    Java problems

    I just tested this: import java.util.Random; class Jrand { public static void main(String[] args) { Random r = new Random(); int randint = r.nextInt(10); System.out.println(randint); } } from the first url I posted
  3. Martin

    Java problems

    How could you not love that comic, mik? I'm wearing this t-shirt: http://xkcd.com/c149.html
  4. Martin

    Java problems

    did you do something like this? http://www.rgagnon.com/javadetails/java-0017.html