This project is an automated and standardized setup for executing BeanShell scripts. It sets up a file association and icon for the .bsh file extension. It starts BeanShell scripts with a standardized CLASSPATH that includes directories for adding your own commands. Some nice new commands are also included. Only Windows is supported currently but other systems could be added.
To start the install process, just double-click the beanshell-setup.jar from your desktop or Windows...
A tiny (nano) logging API that can replace the largely used System.out
...The API is hard to extend and does not intend to be extended but it can, with some effort, support other output streams than System.out.
To get started :
1. Import the Logger class,
2. Start logging : Logger.quickLog("HelloWorld!").
No additional configuration is needed.