Pastebin launched a little side project called HostCabi.net, check it out ;-)Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: ace on Sep 29th, 2010  |  syntax: None  |  size: 0.22 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
This paste has a previous version, view the difference. Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. ace@anhur:~/workspace$ find . -name "HelloWorld.class"
  2. ./tutorial/bin/org/tiedyedfreaks/ace/HelloWorld.class
  3. ace@anhur:~/workspace$ java -cp ./tutorial/bin/ org.tiedyedfreaks.ace.HelloWorld
  4. Hello world
  5. ace@anhur:~/workspace$