jEdit Community - Resources for users of the jEdit Text Editor
cannot start jEdit in Eclipse
Submitted by jtestori on Tuesday, 30 September, 2008 - 08:28
hi! i'm trying to compile and run jEdit 4.3pre15 with Eclipse 3.3. i've tried with java 1.5 and 1.6. i always get the following exception: 10:26:41 [main] [warning] IOUtilities: Error moving file: java.io.FileNotFoundException: C:\Dokumente und Einstellungen\tej\.jedit\activity.log (Das System kann die angegebene Datei nicht finden) : C:\Dokumente und Einstellungen\tej\.jedit\activity.log (Das System kann die angegebene Datei nicht finden) 10:26:41 [main] [warning] jEdit: jedit.jar not in class path! 10:26:41 [main] [warning] jEdit: Assuming jEdit is installed in C:\ta33\Workspaces\VAEB\ZZZ_JEDIT. 10:26:41 [main] [warning] jEdit: Override with jedit.home system property. 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: java.lang.NoClassDefFoundError: A class required by class: org.gjt.sp.jedit.gui.statusbar could not be loaded: 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: java.lang.NoClassDefFoundError: org/gjt/sp/jedit/gui/statusbar (wrong name: org/gjt/sp/jedit/gui/StatusBar) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BshClassManager.noClassDefFound(BshClassManager.java:567) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BshClassManager.plainClassForName(BshClassManager.java:244) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.classpath.BshClassLoader.findClass(BshClassLoader.java:177) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.classpath.BshClassLoader.loadClass(BshClassLoader.java:110) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.lang.ClassLoader.loadClass(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl.classForName(ClassManagerImpl.java:195) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.NameSpace.classForName(NameSpace.java:1318) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.NameSpace.getClassImpl(NameSpace.java:1218) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.NameSpace.getClass(NameSpace.java:1159) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.Name.consumeNextObjectField(Name.java:298) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.Name.toObject(Name.java:199) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BSHAmbiguousName.toObject(BSHAmbiguousName.java:60) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:86) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:644) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:738) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:727) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.BeanShellFacade._eval(BeanShellFacade.java:148) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.BeanShellFacade.eval(BeanShellFacade.java:113) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:387) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.ServiceManager$Descriptor.getInstance(ServiceManager.java:297) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.ServiceManager.getService(ServiceManager.java:238) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.gui.StatusBar._getWidget(StatusBar.java:444) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.gui.StatusBar.(StatusBar.java:86) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.View.(View.java:1230) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2257) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2235) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2211) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at org.gjt.sp.jedit.jEdit$6.run(jEdit.java:3654) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.event.InvocationEvent.dispatch(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventQueue.dispatchEvent(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventDispatchThread.pumpEvents(Unknown Source) 10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: at java.awt.EventDispatchThread.run(Unknown Source) regards, hannes
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
sorry for the weird console o
by jtestori on Tue, 30/09/2008 - 08:29
sorry for the weird console output...
10:26:41 [main] [warning] IOUtilities: Error moving file: java.io.FileNotFoundException: C:\Dokumente und Einstellungen\tej\.jedit\activity.log (Das System kann die angegebene Datei nicht finden) : C:\Dokumente und Einstellungen\tej\.jedit\activity.log (Das System kann die angegebene Datei nicht finden)
10:26:41 [main] [warning] jEdit: jedit.jar not in class path!
10:26:41 [main] [warning] jEdit: Assuming jEdit is installed in C:\ta33\Workspaces\VAEB\ZZZ_JEDIT.
10:26:41 [main] [warning] jEdit: Override with jedit.home system property.
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: java.lang.NoClassDefFoundError: A class required by class: org.gjt.sp.jedit.gui.statusbar could not be loaded:
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade: java.lang.NoClassDefFoundError: org/gjt/sp/jedit/gui/statusbar (wrong name: org/gjt/sp/jedit/gui/StatusBar)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BshClassManager.noClassDefFound(BshClassManager.java:567)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BshClassManager.plainClassForName(BshClassManager.java:244)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.classpath.BshClassLoader.findClass(BshClassLoader.java:177)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.classpath.BshClassLoader.loadClass(BshClassLoader.java:110)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.lang.ClassLoader.loadClass(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.classpath.ClassManagerImpl.classForName(ClassManagerImpl.java:195)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.NameSpace.classForName(NameSpace.java:1318)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.NameSpace.getClassImpl(NameSpace.java:1218)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.NameSpace.getClass(NameSpace.java:1159)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.Name.consumeNextObjectField(Name.java:298)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.Name.toObject(Name.java:199)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BSHAmbiguousName.toObject(BSHAmbiguousName.java:60)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BSHAllocationExpression.objectAllocation(BSHAllocationExpression.java:86)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BSHAllocationExpression.eval(BSHAllocationExpression.java:62)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:644)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:738)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.bsh.Interpreter.eval(Interpreter.java:727)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.BeanShellFacade._eval(BeanShellFacade.java:148)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.BeanShellFacade.eval(BeanShellFacade.java:113)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.BeanShell.eval(BeanShell.java:387)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.ServiceManager$Descriptor.getInstance(ServiceManager.java:297)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.ServiceManager.getService(ServiceManager.java:238)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.gui.StatusBar._getWidget(StatusBar.java:444)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.gui.StatusBar.(StatusBar.java:86)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.View.(View.java:1230)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2257)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2235)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.jEdit.newView(jEdit.java:2211)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at org.gjt.sp.jedit.jEdit$6.run(jEdit.java:3654)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.event.InvocationEvent.dispatch(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventQueue.dispatchEvent(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
10:26:41 [AWT-EventQueue-0] [error] BeanShellFacade:  at java.awt.EventDispatchThread.run(Unknown Source)
 
Why are you trying to compile
by elberry on Tue, 30/09/2008 - 23:59
Why are you trying to compile pre15? Why not use one of the pre-existing binaries?

The exception you get should be fixed in the trunk version of jEdit. If you're trying to install from source, you would be better off building from the trunk.



Learn from the past. Live in the present. Plan for the future.
11101000
Blog
User login
Browse archives
« March 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
31
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   82338
Context Free Art (*.cfdg)   0.31   46043
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18107
ColdFusion scheme   1.0   18015
R Edit Mode - extensive version   0.1   17461
Advanced HTML edit mode   1.0   16194
Matlab Edit Mode   1.0   16057
jEdit XP icons   1.0   15220
XP icons for jEdit   1.1   14281