X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=help%2Fhtml%2Ffeatures%2Fgroovy.html;fp=help%2Fhtml%2Ffeatures%2Fgroovy.html;h=9aa341b0ccf17db48d50defb3c5d5b96addcbfa1;hb=99d5f1d805e530f23a53dad4484d44ecd0fbfdf3;hp=adabdf15fe612bedb658b9265a184968e74f007f;hpb=e6134bccddc2c7faad28fad1a4e77ccd0ceb3d84;p=jalview.git diff --git a/help/html/features/groovy.html b/help/html/features/groovy.html index adabdf1..9aa341b 100644 --- a/help/html/features/groovy.html +++ b/help/html/features/groovy.html @@ -27,7 +27,7 @@ The Groovy Shell

- Groovy is an "agile + Groovy is an "agile and dynamic language for the Java platform". The groovy scripting language makes it extremely easy to programmatically interact with Java programs, in much the same way that Javascript is @@ -35,25 +35,12 @@ page.

- Getting Groovy...
Jalview Groovy - support is only possible if the core groovy jars which include the - GroovyShell are present on the CLASSPATH when Jalview is started. -

-

- The jars are obtained from the embedded directory within - the groovy - distribution. The easiest way of adding them to the Jalview - classpath is to download and build Jalview from its source - distribution, and then add the groovy-all-*.jar to the lib directory - whose path is given in the java.ext.dirs property. -

-

- Opening Jalview's Groovy Console
If groovy - is available, then the Tools→Groovy - Console... menu entry will be available from the Jalview Desktop's - drop-down menu. Selecting this will open the Groovy Console which allows you to interactively execute Groovy + Getting Groovy...
Jalview comes with + an embedded installation of Groovy. All you need is to select Tools→Groovy + Console... menu option from the Jalview Desktop's + drop-down menu. After a short pause, you should then see the Groovy Console appear. This allows you to interactively execute Groovy scripts within the Jalview run-time environment.