users
[Top] [All Lists]

Re: [cinjug-users] groovy in jedit

To: Niall McLoughlin <nmcloughlin@xxxxxxxxx>
Subject: Re: [cinjug-users] groovy in jedit
From: Tim Gourley <tgourley1453@xxxxxxxxxxxx>
Date: Sat, 02 Sep 2006 23:05:01 -0400
Cc: users@xxxxxxxxxx
Delivered-to: mailing list users@cinjug.org
In-reply-to: <f56357f30608081515o72169897j26fd2932f080237e@mail.gmail.com>
Mailing-list: contact users-help@cinjug.org; run by ezmlm
References: <44D90AA2.3040906@cinci.rr.com> <f56357f30608081515o72169897j26fd2932f080237e@mail.gmail.com>
User-agent: Mozilla Thunderbird 0.7.3 (Windows/20040803)
Thanks for the hint in the right direction.
I had to add asm and antlr to the jar folder and it appears to work now.
Thanks!
Tim

Niall McLoughlin wrote:

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>


<Prev in Thread] Current Thread [Next in Thread>
  • Re: [cinjug-users] groovy in jedit, Tim Gourley <=