users
[Top] [All Lists]

Re: [cinjug-users] groovy in jedit

To: "Tim Gourley" <tgourley1453@xxxxxxxxxxxx>
Subject: Re: [cinjug-users] groovy in jedit
From: "Niall McLoughlin" <nmcloughlin@xxxxxxxxx>
Date: Tue, 8 Aug 2006 18:15:11 -0400
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=V8H80nGtTO7PJf1l6gmswmURohsaJNjKue2zhDiIbHNrlqe/BjQ2gFV2ZNoZgbZIi0NXSMs9jwqJVGzYNtDTgjyAQVCcOBsD6pb8No0iK3rFvKIedH3Crqz6/bm52gpkKEbLfTaY42dunyYOX1zwJV9r9VFKuLlfUksffHbSD7o=
In-reply-to: <44D90AA2.3040906@cinci.rr.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <44D90AA2.3040906@cinci.rr.com>
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> 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

--
Find additional help by sending a blank email
addressed to:
users-help@xxxxxxxxxx

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