Tim,
It's been a while since I've worked with this but I remember having a
similar issue. Do you have the asm lib in you jedit/jar folder? And on
to the more obvious, are you running at least jdk 1.4?
Cheers,
Niall
On 8/8/06, *Tim Gourley* < tgourley1453@xxxxxxxxxxxx
<mailto:tgourley1453@xxxxxxxxxxxx>> wrote:
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
---------
You may unsubscribe from this mailing list
by sending a blank email addressed to:
users-unsubscribe@xxxxxxxxxx <mailto:users-unsubscribe@xxxxxxxxxx>
--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx <mailto:users-help@xxxxxxxxxx>