PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Pastebin launched a little side project called
HostCabi.net
, check it out ;-)
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
Untitled
0 sec ago
Untitled
5 sec ago
Untitled
9 sec ago
WORLDBASE UPDATE
33 sec ago
Error Log report
12 sec ago
Untitled
14 sec ago
Untitled
16 sec ago
Untitled
18 sec ago
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)
ace@anhur:~/workspace$ find . -name "HelloWorld.class"
./tutorial/bin/org/tiedyedfreaks/ace/HelloWorld.class
ace@anhur:~/workspace$ java -cp ./tutorial/bin/ org.tiedyedfreaks.ace.HelloWorld
Hello world
ace@anhur:~/workspace$
create a
new version
of this paste
RAW Paste Data
ace@anhur:~/workspace$ find . -name "HelloWorld.class" ./tutorial/bin/org/tiedyedfreaks/ace/HelloWorld.class ace@anhur:~/workspace$ java -cp ./tutorial/bin/ org.tiedyedfreaks.ace.HelloWorld Hello world ace@anhur:~/workspace$