To use Groovy from inside jEdit download this
plugin. You'll need a fairly recent jEdit distribution.
Right now BSF isn't yet released with inbuilt Groovy support so you have to add the following code to the startup script in
You can also add a startup.bsh script into your home directory at
Also you'll need to copy the groovy-all-1.0-jsr-XXXX.jar file into the jedit/jars directory.
Restart jEdit.
Open SuperScript dockable from Plugins Menu or Dockable area and choose "groovy" from the languages dropdown.
To test if groovy works fine or not, just try running some expression in the textbox or open some groovy script in jEdit and try "Executing Script".
Alternative Groovy mode
Oliver Rutherfurd has developed a Groovy mode for jEdit...
http://www.rutherfurd.net/jEdit/modes/groovy.xml
The Groovy mode for jEdit is in the SVN since July, 9th 2004.
It is included in standard jEdit setup.
In order to know if you have this mode, check that the file <jEdit_Home>/modes/groovy.xml exists.