| Current Path : /usr/local/diablo-jdk1.6.0/demo/scripting/jconsole-plugin/src/scripts/ |
| Current File : //usr/local/diablo-jdk1.6.0/demo/scripting/jconsole-plugin/src/scripts/hello.js |
/*
* This is sample JavaScript file that can be loaded into script console.
* This file prints "hello, world".
*/
echo("hello, world");