![]() Home |
![]() Back |
![]() Contents |
![]() Next |
java bsh.Interpreter [ filename ] [ arg ] [ ... ] // Run a script file |
|
Removed in BeanShell 3.0:
The bsh.Remote launcher, along with the servlet and remote server engines it talked to, has been removed. This section describes 2.x behavior only; it does not apply to BeanShell 3.x. See "Remote Server Mode" and "BshServlet and Servlet Mode Scripting". |
| 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 |