users
[Top] [All Lists]

Re: [cinjug-users] groovy in jedit

To: users@xxxxxxxxxx
Subject: Re: [cinjug-users] groovy in jedit
From: "Edward Sumerfield" <esumerfd@xxxxxxxxx>
Date: Tue, 8 Aug 2006 18:09:10 -0400
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:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=WtgK4bzzgaEUO9QitIRCBhYLtPfCKIw8S0xW2KVJ03f5f8KdwmA54eDaJ3rsr8EeH1fG1Gb91Pvjm0Lkr99fcuOurYdIFTKro0Eumm/UlCMtuWcpCJYFEq9j/O0eE7u9bbJZoLAEmhAsEwDaxeXwXGmS9FOqJKqZBjxZs2/pOuA=
In-reply-to: <44D90AA2.3040906@cinci.rr.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <44D90AA2.3040906@cinci.rr.com>
Reply-to: esumerfd@xxxxxxxxxxxxxx
Where did you find the groovy plugin for jedit? I am trying the eclipse plugin but it seems to be cashing the script after each run so you have to exit the IDE to run the same script again.

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




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