jEdit Community - Resources for users of the jEdit Text Editor
Error when using Project Viewer plugin
Submitted by sramakrishnan on Saturday, 24 July, 2004 - 23:30
I am using jedit 4.1 on XP.

Plugins -> Project Viewer -> Create Project gives the error shown below.

Thanks

Ram

java.lang.NoClassDefFoundError: org/gjt/sp/jedit/PluginJAR
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2170)
at java.lang.Class.getDeclaredMethod(Class.java:1712)
at bsh.Reflect.findAccessibleMethod(Unknown Source)
at bsh.Reflect.invokeMethod(Unknown Source)
at bsh.Reflect.invokeStaticMethod(Unknown Source)
at bsh.Name.invokeMethod(Unknown Source)
at bsh.BSHMethodInvocation.eval(Unknown Source)
at bsh.BSHPrimaryExpression.eval(Unknown Source)
at bsh.BSHBlock.eval(Unknown Source)
at bsh.BshMethod.invokeDeclaredMethod(Unknown Source)
at bsh.BshMethod.invoke(Unknown Source)
at org.gjt.sp.jedit.BeanShell.runCachedBlock(Unknown Source)
at org.gjt.sp.jedit.BeanShellAction.invoke(Unknown Source)
at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source)
at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(Unknown Source)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2167)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
at java.awt.Component.processMouseEvent(Component.java:5465)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3089)
at java.awt.Component.processEvent(Component.java:5230)
at java.awt.Container.processEvent(Container.java:1961)
at java.awt.Component.dispatchEventImpl(Component.java:3933)
at java.awt.Container.dispatchEventImpl(Container.java:2019)
at java.awt.Component.dispatchEvent(Component.java:3781)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4205)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3885)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3815)
at java.awt.Container.dispatchEventImpl(Container.java:2005)
at java.awt.Window.dispatchEventImpl(Window.java:1764)
at java.awt.Component.dispatchEvent(Component.java:3781)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
From the activity log
by sramakrishnan on Thu, 29/07/2004 - 02:49
This is what I found in the activity.log. I would appreciate
any further trouble-shooting tips.

Thanks

Ram

[error] BeanShellAction: java.lang.NoClassDefFoundError: org/gjt/sp/jedit/PluginJAR
[error] BeanShellAction: at java.lang.Class.getDeclaredMethods0(Native Method)
[error] BeanShellAction: at java.lang.Class.privateGetDeclaredMethods(Class.java:2170)
[error] BeanShellAction: at java.lang.Class.getDeclaredMethod(Class.java:1712)
[error] BeanShellAction: at bsh.Reflect.findAccessibleMethod(Unknown Source)
[error] BeanShellAction: at bsh.Reflect.invokeMethod(Unknown Source)
[error] BeanShellAction: at bsh.Reflect.invokeStaticMethod(Unknown Source)
[error] BeanShellAction: at bsh.Name.invokeMethod(Unknown Source)
[error] BeanShellAction: at bsh.BSHMethodInvocation.eval(Unknown Source)
[error] BeanShellAction: at bsh.BSHPrimaryExpression.eval(Unknown Source)
[error] BeanShellAction: at bsh.BSHBlock.eval(Unknown Source)
[error] BeanShellAction: at bsh.BshMethod.invokeDeclaredMethod(Unknown Source)
[error] BeanShellAction: at bsh.BshMethod.invoke(Unknown Source)
[error] BeanShellAction: at org.gjt.sp.jedit.BeanShell.runCachedBlock(Unknown Source)
[error] BeanShellAction: at org.gjt.sp.jedit.BeanShellAction.invoke(Unknown Source)
[error] BeanShellAction: at org.gjt.sp.jedit.gui.InputHandler.invokeAction(Unknown Source)
[error] BeanShellAction: at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(Unknown Source)
[error] BeanShellAction: at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
[error] BeanShellAction: at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2167)
[error] BeanShellAction: at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
[error] BeanShellAction: at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
[error] BeanShellAction: at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
[error] BeanShellAction: at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
[error] BeanShellAction: at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
[error] BeanShellAction: at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
[error] BeanShellAction: at java.awt.Component.processMouseEvent(Component.java:5465)
[error] BeanShellAction: at javax.swing.JComponent.processMouseEvent(JComponent.java:3089)
[error] BeanShellAction: at java.awt.Component.processEvent(Component.java:5230)
[error] BeanShellAction: at java.awt.Container.processEvent(Container.java:1961)
[error] BeanShellAction: at java.awt.Component.dispatchEventImpl(Component.java:3933)
[error] BeanShellAction: at java.awt.Container.dispatchEventImpl(Container.java:2019)
[error] BeanShellAction: at java.awt.Component.dispatchEvent(Component.java:3781)
[error] BeanShellAction: at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4205)
[error] BeanShellAction: at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3885)
[error] BeanShellAction: at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3815)
[error] BeanShellAction: at java.awt.Container.dispatchEventImpl(Container.java:2005)
[error] BeanShellAction: at java.awt.Window.dispatchEventImpl(Window.java:1764)
[error] BeanShellAction: at java.awt.Component.dispatchEvent(Component.java:3781)
[error] BeanShellAction: at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
[error] BeanShellAction: at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
[error] BeanShellAction: at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
[error] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
[error] BeanShellAction: at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
[error] BeanShellAction: at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
 
Had same problem, but I'm not
by klaxon62 on Wed, 11/08/2004 - 07:16
Had same problem, but I'm not sure now well after the fact that errors message were the same. In my case because I couldn't get Project Viewer to work, the SQL plugin couldn't be used. My solution was to upgrade to 4.2pre14. Solved several other issues by doing this.
User login
Browse archives
« April 2024  
MoTuWeThFrSaSu
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82349
Context Free Art (*.cfdg)   0.31   46055
BBEdit scheme   1.0   18595
JBuilder scheme   .001   18495
ColdFusion scheme   1.0   18024
R Edit Mode - extensive version   0.1   17473
Advanced HTML edit mode   1.0   16206
Matlab Edit Mode   1.0   16068
jEdit XP icons   1.0   15229
XP icons for jEdit   1.1   14293