facebook

JavaScript Editor crashes

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #216604 Reply

    merelin
    Member

    Hi!

    I have MyEclipse 3.8.2 trial installed with Eclipse 3.0.1 and j2sdk1.4.2_05 on Debian, KDE 3.3.
    I have the lastest mozilla package installed. It works fine.
    Each time I try to open *.js file I have Eclipse crashed with the following exception:

    !ENTRY org.eclipse.ui 4 0 п╬п╨я┌ 01, 2004 17:03:37.416
    !MESSAGE /home/mantonyan/eclipse.3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: /home/mantonyan/eclipse.3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: undefined symbol: _ZN9nsCStringC1Ev
    !STACK 0
    java.lang.UnsatisfiedLinkError: /home/mantonyan/eclipse.3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: /home/mantonyan/eclipse.3.0.1/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: undefined symbol: _ZN9nsCStringC1Ev
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1660)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:992)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
    at org.eclipse.swt.browser.Browser.<init>(Browser.java:116)
    at com.genuitec.eclipse.browser.HTMLViewer.createControl(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLViewer.<init>(Unknown Source)
    at com.genuitec.eclipse.browser.HTMLView.createPartControl(Unknown Source)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
    at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:135)
    at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:351)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:273)
    at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:530)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:528)
    at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:102)
    at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:132)
    at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:268)
    at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:317)
    at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:568)
    at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:122)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1116)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:946)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
    at org.eclipse.ui.internal.PartStack.presentationSelectionChanged(PartStack.java:674)
    at org.eclipse.ui.internal.PartStack.access$0(PartStack.java:660)
    at org.eclipse.ui.internal.PartStack$1.selectPart(PartStack.java:94)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation.setSelection(DefaultPartPresentation.java:1408)
    at org.eclipse.ui.internal.presentations.DefaultPartPresentation$4.handleEvent(DefaultPartPresentation.java:166)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:978)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:963)
    at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:833)
    at org.eclipse.swt.custom.CTabFolder.setSelection(CTabFolder.java:3053)
    at org.eclipse.swt.custom.CTabFolder.onMouse(CTabFolder.java:1917)
    at org.eclipse.swt.custom.CTabFolder$1.handleEvent(CTabFolder.java:287)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    !ENTRY org.eclipse.core.runtime 4 2 п╬п╨я┌ 01, 2004 17:04:16.986
    !MESSAGE Problems occurred when invoking code from plug-in: “org.eclipse.core.runtime”.
    !STACK 0
    java.lang.NullPointerException
    at com.genuitec.eclipse.browser.HTMLView.setFocus(Unknown Source)
    at org.eclipse.ui.internal.WorkbenchPage$2.run(WorkbenchPage.java:471)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.WorkbenchPage.activatePart(WorkbenchPage.java:468)
    at org.eclipse.ui.internal.WorkbenchPage.setActivePart(WorkbenchPage.java:2722)
    at org.eclipse.ui.internal.WorkbenchPage.requestActivation(WorkbenchPage.java:2415)
    at org.eclipse.ui.internal.PartPane.requestActivation(PartPane.java:304)
    at org.eclipse.ui.internal.PartPane.handleEvent(PartPane.java:284)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:978)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:959)
    at org.eclipse.swt.widgets.Shell.setActiveControl(Shell.java:937)
    at org.eclipse.swt.widgets.Control.gtk_button_press_event(Control.java:1698)
    at org.eclipse.swt.widgets.Composite.gtk_button_press_event(Composite.java:394)
    at org.eclipse.swt.widgets.Widget.windowProc(Widget.java:1195)
    at org.eclipse.swt.widgets.Display.windowProc(Display.java:3098)
    at org.eclipse.swt.internal.gtk.OS.gtk_main_do_event(Native Method)
    at org.eclipse.swt.widgets.Display.eventProc(Display.java:879)
    at org.eclipse.swt.internal.gtk.OS.gtk_main_iteration(Native Method)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2297)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    Best regards,


    Merelin                 <merelin@mail.ru>

    #216647

    Greg
    Member

    These exceptions don’t have anything to do with the javascript editor, but rather the MyEclipse Web Browser. Are you opening the *.js files with the javascript editor or other?

    #216751

    merelin
    Member

    Yes, I ‘m trying to open *.js files with JavaScript Editor and it crashes.

    Merelin <merelin@mail.ru>

    #216754

    merelin
    Member

    I can open *.js files in Text editor.
    I removed mozilla 1.7 packages and installed mozilla 1.6 packages instead.
    I can run mozilla using path /usr/bin/mozilla but eclipse can’t.
    But JSEditor still doesn’t work – it crashes again:

    !ENTRY org.eclipse.ui 4 0 ?????? 04, 2004 12:21:05.906
    !MESSAGE No more handles [Unknown mozilla path]
    !STACK 0
    org.eclipse.swt.SWTError: No more handles [Unknown mozilla path]
     at org.eclipse.swt.SWT.error(SWT.java:2717)
     at org.eclipse.swt.browser.Browser.<init>(Browser.java:125)
     at com.ibm.sse.editor.javascript.JSPreviewPage.<init>(Unknown Source)
     at
    com.ibm.sse.editor.javascript.JSMultiPageEditorPart.addPreviewPage(Unknown
    Source)
     at
    com.ibm.sse.editor.javascript.JSMultiPageEditorPart.createPages(Unknown Source)
     at
    org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187)
     at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
     at
    org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
     at org.eclipse.core.runtime.Platform.run(Platform.java:747)
     at
    org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
     at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:205)
     at
    org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:939)
     at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
     at
    org.eclipse.ui.internal.EditorStack.setSelection(EditorStack.java:196)
     at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1020)
     at org.eclipse.ui.internal.PartStack.add(PartStack.java:290)
     at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:121)
     at
    org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:59)
     at
    org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:266)
     at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:694)
     at
    org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at
    org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:683)
     at
    org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:779)
     at
    org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:582)
     at
    org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:570)
     at
    org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2244)
     at
    org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2177)
     at org.eclipse.ui.internal.WorkbenchPage.access$6
    (WorkbenchPage.java:2169)
     at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2156)
     at
    org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
     at
    org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2151)
     at
    org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2134)
     at
    org.eclipse.ui.actions.OpenWithMenu.openEditor(OpenWithMenu.java:258)
     at org.eclipse.ui.actions.OpenWithMenu.access$0(OpenWithMenu.java:251)
     at
    org.eclipse.ui.actions.OpenWithMenu$2.handleEvent(OpenWithMenu.java:166)
     at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
     at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
     at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
     at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
     at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
     at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
     at
    org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
     at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
     at
    org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
     at
    org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
     at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
     at
    org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at
    sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at
    sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
     at org.eclipse.core.launcher.Main.run(Main.java:704)
     at org.eclipse.core.launcher.Main.main(Main.java:688)

    #216836

    I am haveing the same problem. I also am running Debian Linux with Mozilla 1.7, Eclipse 3.0.1, and MyEclipse 3.8.2. When I double click on any .js file I get an error information panel and the same information in the log. I removed Mozilla from my webbrowser option in MyEclipse/Internet Tools/WebBrowser. I also uninstalled Mozilla. I still receive an error but now it is as follows:

    !ENTRY org.eclipse.ui 4 4 Oct 04, 2004 20:06:45.313
    !MESSAGE *** SWT nested exception

    !ENTRY org.eclipse.ui 4 0 Oct 04, 2004 20:06:45.313
    !MESSAGE /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: libxpcom.so: cannot open shared object file: No such file or directory
    !STACK 0
    java.lang.UnsatisfiedLinkError: /usr/local/eclipse/plugins/org.eclipse.swt.gtk_3.0.1/os/linux/x86/libswt-mozilla-gtk-3063.so: libxpcom.so: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1495)
    at java.lang.Runtime.loadLibrary0(Runtime.java:788)
    at java.lang.System.loadLibrary(System.java:834)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
    at org.eclipse.swt.browser.Browser.<init>(Browser.java:116)
    at com.ibm.sse.editor.javascript.JSPreviewPage.<init>(Unknown Source)
    at com.ibm.sse.editor.javascript.JSMultiPageEditorPart.addPreviewPage(Unknown Source)
    at com.ibm.sse.editor.javascript.JSMultiPageEditorPart.createPages(Unknown Source)
    at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:187)
    at org.eclipse.ui.internal.PartPane$2.run(PartPane.java:137)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:133)
    at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:205)
    at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:939)
    at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:921)
    at org.eclipse.ui.internal.EditorStack.setSelection(EditorStack.java:196)
    at org.eclipse.ui.internal.EditorStack.setVisibleEditor(EditorStack.java:200)
    at org.eclipse.ui.internal.EditorAreaHelper.setVisibleEditor(EditorAreaHelper.java:338)
    at org.eclipse.ui.internal.EditorAreaHelper.openEditor(EditorAreaHelper.java:268)
    at org.eclipse.ui.internal.EditorManager$4.run(EditorManager.java:694)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:683)
    at org.eclipse.ui.internal.EditorManager.openInternalEditor(EditorManager.java:779)
    at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:582)
    at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:570)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2244)
    at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2177)
    at org.eclipse.ui.internal.WorkbenchPage.access$6(WorkbenchPage.java:2169)
    at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:2156)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2151)
    at org.eclipse.ui.ide.IDE.openEditor(IDE.java:299)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:137)
    at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:110)
    at org.eclipse.jdt.internal.ui.actions.OpenActionUtil.open(OpenActionUtil.java:49)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:164)
    at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:150)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:212)
    at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:188)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:289)
    at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:490)
    at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:429)
    at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:616)
    at org.eclipse.core.runtime.Platform.run(Platform.java:747)
    at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:427)
    at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:635)
    at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:731)
    at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:211)
    at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:206)
    at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:238)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:82)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:954)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2595)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2298)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1377)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1348)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:254)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:141)
    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:96)
    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:335)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.eclipse.core.launcher.Main.basicRun(Main.java:185)
    at org.eclipse.core.launcher.Main.run(Main.java:704)
    at org.eclipse.core.launcher.Main.main(Main.java:688)

    #216843

    Greg
    Member

    Guys, we have replicated this error. The cause is that if you use a mozilla that isn’t supported by Eclipse 3.0.0/1 on linux then the preview doesn’t work. However, the current editor doesn’t allow you to continue editing without the preview. I have fillled a PR on this problem and referenced this thread.

    #238031

    jakegage
    Member

    This message has not been recovered.

    #238040

    Greg
    Member

    This message has not been recovered.

    #238134

    jakegage
    Member

    This message has not been recovered.

    #238532

    Greg
    Member

    The bug you referred to mentioned that mozilla 1.7+ is supported in Eclipse 3.1M2. Since MyEclipse release 4.0GA only supports 3.1.0, then this bug report doesn’t apply. You should still be able to follow the steps outlined in the Quickstart to install a standalone mozilla 1.6 installation that should work. When MyEclipse runs on top of the Eclipse 3.2 platform mozilla 1.7+ can be used for the Javascript preview.

    #238577

    jakegage
    Member

    Ahhh! Thanks, Greg. So, Eclipse numbers milestones 3.1M2, which leads to 3.2? (Or… does that lead to 3.1.1, which was released Friday) The idea of having Mozilla 1.6 installed on the system and making manual changes to the /etc environment to get it to go seems… well, like asking for trouble, so I think I’ll wait it out for now.

    Thanks for the wonderful support. You guys are some of the most responsive people I’ve met in software. Thanks much.

    Jake

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: JavaScript Editor crashes

You must be logged in to post in the forum log in