I need help
I created an interface on Netbeans that consists on a textArea where the user can write a macro (script) and then execute it! I need to run that macro and execute it using the interpreter of Beanshell.
How do i do that?
I create a class for the interpreter? And then how i get the text inserted by the user and execute that using the interpreter?

remember: i need to this on my project on Netbeans! So i have a beanshell library
thanks