|
Known Issues
Known Issues
You may also email bug repots and example code to bugs@beanshell.org
- Typing certain extended statements interactively:
e.g. "if (foo) blah();" or "try {} catch {}" on the
command line waits for an extra ";" or [return] at the end of line.
Java bugs that cause problems for BeanShell
- Serialization -
Bug number 4171142 causes serialized bsh scripts to fail to load if
they contain any primitive types (e.g. int, float, double). This Java bug
is fixed in 1.4. See the bug link for a workaround.
- Java 1.1 Bug running the interpreter on the command line under Solaris.
Solaris green threads blocks all threads on I/O. Workaround - use native threads or use the Console.
(See the FAQ).
|