Hello, BeanShell World!
Posted on 1月 15th, 2012 by cx20
BeanShell
BeanShell は JavaVM 上で動作するスクリプト言語である。
なお、Java ライブラリが使用できるスクリプト言語としては他に Groovy、JRuby、Jython などがある。
ソースコード
実行方法(スクリプトファイルを指定して実行)
C:¥> java -cp bsh-2.0b4.jar;. bsh.Interpreter hello.bsh |
実行結果
Hello, BeanShell World! |
Tags: BeanShell