Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revision Both sides next revision
pluggablejs [2016/04/24 17:51]
Toni Corvera created
pluggablejs [2016/04/24 17:56]
Toni Corvera Made copyright italic
Line 53: Line 53:
 </​file>​ </​file>​
  
-''​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell helloworld.js''​+  ​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell helloworld.js
   Hello World!   Hello World!
  
Line 63: Line 63:
 </​file>​ </​file>​
  
-''​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell namedhello.js''​+  ​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell namedhello.js
   What's your name?: Toni   What's your name?: Toni
   Hello Toni   Hello Toni
Line 79: Line 79:
 </​file>​ </​file>​
  
-''​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell hellobye.js''​+  ​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell hellobye.js
   What's your name?: Toni   What's your name?: Toni
   Hello Toni!   Hello Toni!
Line 90: Line 90:
 java.lang.System.out.println("​Hello world without wrapping"​);​ java.lang.System.out.println("​Hello world without wrapping"​);​
 </​file>​ </​file>​
-''​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell plainjava.js''​+  ​$ java -cp pluggablejs.jar net.outlyer.plugins.Shell plainjava.js
   Hello world without wrapping   Hello world without wrapping
  
Line 100: Line 100:
  
 ---- ----
-<​html><​address style="​font-size:​small;​text-align:​right;">&​copy;​ 2008 Toni Corvera &​lt;​outlyer at gmail dot com&​gt;</​address></​html>​+<​html><​address style="​font-size:​small;​text-align:​right;​font-style:​italic">&​copy;​ 2008 Toni Corvera &​lt;​outlyer at gmail dot com&​gt;</​address></​html>​
  
  
All dates/times in this page are UTC.