BeanShell
A NetBeans IDE plugin that adds BeanShell scripting language support
Screenshots
Description
This plugin adds BeanShell scripting language (JSR-274) support to the NetBeans IDE.
BeanShell (http://www.beanshell.org/) is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. BeanShell dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures like those in Perl and JavaScript.You can use BeanShell interactively for Java experimentation and debugging.
Update Notifications
User Ratings
User Reviews
-
I'm so happy to have found this beanshell plugin for netbeans. - Didn't worked on my 7.0.1 version of Netbeans, I updated to 7.1.1 and worked like a charm - I don't like the yellow text color for the text inside a string value, would be nice if this plugin followed the same color syntax used by default on Java language - I miss the feature on Netbeans to click an object and see on the right-scroll bar the occurrences of the same object inside the source code. I know beanshell is not strictly correct in syntax, even with the chance of providing an error this would be something awesome to help debug/navigate the code Thanks for a great plugin! :)