Home | Back | Contents | Next |
java bsh.Interpreter [ filename ] [ arg ] [ ... ] // Run a script file |
// servlet mode URL java bsh.Remote http://localhost/bshservlet/eval test1.bsh // remote server mode URL java bsh.Remote bsh://localhost:1234/ test1.bsh |
Tip: The BeanShell GUI is comprised mostly of a set of BeanShell scripts supplied in the JAR file and launched by the BeanShell desktop() command. |
java bsh.Interpreter // Run interactively on the command line |
Tip: You can exit from an interactive shell by typing Control-D. |
Unix | $HOME/.bshrc |
Win95/98 single user | C:\Windows\.bshrc |
Win98 Multiuser | C:\Windows\Profiles\<username>\.bshrc |
NT/2K | C:\Winnt\Profiles\<username>\.bshrc |
Home | Back | Contents | Next |