Facebook
From Edgy Horse, 5 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from Edgy Parakeet - view diff
Embed
Download Paste or View Raw
Hits: 189
  1. $javac HelloWorld.java
  2. $java -Xmx128M -Xms16M HelloWorld
  3. Exception in thread "main" java.util.NoSuchElementException
  4.         at java.util.Scanner.throwFor(Scanner.java:862)
  5.         at java.util.Scanner.next(Scanner.java:1485)
  6.         at java.util.Scanner.nextInt(Scanner.java:2117)
  7.         at java.util.Scanner.nextInt(Scanner.java:2076)
  8.         at HelloWorld.main(HelloWorld.java:10)