Advertisement
Guest User

Untitled

a guest
Apr 26th, 2012
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. hello.py
  2. --------
  3. print 'hello'
  4.  
  5. --------
  6.  
  7. % ~/jython2.5.3b1/jython -m py_compile hello.py
  8.  
  9. % java -cp ~/jython2.5.3b1/jython.jar:. hello\$py
  10. hello
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement