users
[Top] [All Lists]

groovy in jedit

To: users@xxxxxxxxxx
Subject: groovy in jedit
From: Tim Gourley <tgourley1453@xxxxxxxxxxxx>
Date: Tue, 08 Aug 2006 18:05:22 -0400
Delivered-to: mailing list users@cinjug.org
Mailing-list: contact users-help@cinjug.org; run by ezmlm
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)
Hi CinJug

I'm very new to Groovy and JEdit so this is probably a stupid question.
I can't seem to get the Groovy plugin working in JEdit. I've downloaded the latest groovy (1.0-jsr-06) and jedit 4.2final.
In the Superscript shell I am getting this whenever I try to execute any groovy code:


println "test"

java.lang.NoClassDefFoundError
at groovy.lang.GroovyObjectSupport.<init>(GroovyObjectSupport.java:61)
at groovy.lang.Binding.<init>(Binding.java:62)
at groovy.lang.GroovyShell.<init>(GroovyShell.java:105)
at org.codehaus.groovy.bsf.GroovyEngine.initialize(GroovyEngine.java:172)
at org.apache.bsf.BSFManager$7.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at org.apache.bsf.BSFManager.loadScriptingEngine(Unknown Source)
at org.apache.bsf.BSFManager.exec(Unknown Source)
at com.patelsoft.superscript.SuperScriptPlugin.executeScript(SuperScriptPlugin.java:149)
at com.patelsoft.superscript.SuperScriptPlugin.executeScript(SuperScriptPlugin.java:127)
at com.patelsoft.superscript.SuperScriptPlugin.executeScript(SuperScriptPlugin.java:122)
at com.patelsoft.superscript.BSFPanel$1.actionPerformed(BSFPanel.java:50)
...


I have the groovy jar in the jedir\jars dir, and it seems to be finding some of the groovy classes.
Any hints?


Thanks!
Tim



<Prev in Thread] Current Thread [Next in Thread>