Hi,
On my machine (Win XP Sp2 – jdk 1.5) I have alredy installed MyEclipse 4.1 GA, and today I’ve installed 5.0M2 (of course with Eclipse 3.2 and in a different directory).
I wanted to test the javascript debugger and took the JS_Mario tutorial for a spin.
But:
1) I cannot open the html file with the Visual Editor – in the log I have the following errors:
!ENTRY org.eclipse.ui 4 4 2006-07-12 12:15:04.812
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2006-07-12 12:15:04.812
!MESSAGE com/genuitec/javascript/debug/mozilla/ImprovedMozillaBrowser
!STACK 0
java.lang.NoClassDefFoundError: com/genuitec/javascript/debug/mozilla/ImprovedMozillaBrowser
2)When trying to debug the runmario.html file I get :
!ENTRY org.eclipse.ui 4 4 2006-07-12 12:12:08.156
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2006-07-12 12:12:08.156
!MESSAGE Failed to execute runnable (java.lang.NoClassDefFoundError: org/eclipse/swt/browser/MozillaCloseWindowListener)
!STACK 0
org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: org/eclipse/swt/browser/MozillaCloseWindowListener)
…………………………………………………………………
at com.genuitec.javascript.debug.JSDebugPlugin.createBrowserEditor(JSDebugPlugin.java:231)
at com.genuitec.javascript.debug.JSDebugPlugin.getDebugBrowserEditor(JSDebugPlugin.java:206)
at com.genuitec.javascript.debug.launching.JSLaunchConfigurationDelegate$1.run(JSLaunchConfigurationDelegate.java:107)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:123)
Anyone any ideea ?
Thanx