For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 1 reply, 2 voices, and was last updated 21 years, 5 months ago by
snpe.
-
AuthorPosts
-
SteveThompsonMemberFor whatever reason, I cannot get MyEclipse 3.8.2 to work with a GTK2 Mozilla build of any flavor so that I can then make use of the webbrowser. This is disappointing to say the least, as I feel that with this capability debugging would be a good deal easier. Here is the pertinent section from my .log file:
!SESSION Sep 30, 2004 12:29:40.698 ———————————————
eclipse.buildId=I200408122000
java.version=1.5.0-rc
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=amd64, WS=gtk, NL=en_US!ENTRY org.eclipse.core.resources 1 1 Sep 30, 2004 12:29:40.702
!MESSAGE Could not load library: libcore_2_1_0b.so. This library provides platform-specific optimizations for certain file system operations. This library is not present on all platforms, so this may not be an error. The resources plug-in will safely fall back to using java.io.File functionality.!ENTRY org.eclipse.osgi Sep 30, 2004 12:29:55.755
!MESSAGE Application error
!STACK 1
org.eclipse.swt.SWTError: No more handles (java.lang.UnsatisfiedLinkError: no swt-mozilla-gtk-3101 in java.library.path)
at org.eclipse.swt.SWT.error(SWT.java:2717)
at org.eclipse.swt.SWT.error(SWT.java:2616)
at org.eclipse.swt.browser.Browser.<init>(Browser.java:122)
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:148)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:144)
at org.eclipse.ui.internal.ViewPane.createChildControl(ViewPane.java:139)
at org.eclipse.ui.internal.ViewFactory$1.run(ViewFactory.java:380)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.ViewFactory.busyRestoreView(ViewFactory.java:270)
at org.eclipse.ui.internal.ViewFactory$2.run(ViewFactory.java:564)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.ViewFactory.restoreView(ViewFactory.java:561)
at org.eclipse.ui.internal.ViewFactory$ViewReference.getPart(ViewFactory.java:104)
at org.eclipse.ui.internal.WorkbenchPage$1.propertyChange(WorkbenchPage.java:151)
at org.eclipse.ui.internal.LayoutPart.setVisible(LayoutPart.java:278)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:340)
at org.eclipse.ui.internal.ViewPane.setVisible(ViewPane.java:598)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:123)
at org.eclipse.ui.internal.presentations.DefaultPartPresentation.selectPart(DefaultPartPresentation.java:1168)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1001)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:519)
at org.eclipse.ui.internal.PartStack.createControl(PartStack.java:437)
at org.eclipse.ui.internal.PartSashContainer.createControl(PartSashContainer.java:466)
at org.eclipse.ui.internal.PerspectiveHelper.activate(PerspectiveHelper.java:229)
at org.eclipse.ui.internal.Perspective.onActivate(Perspective.java:771)
at org.eclipse.ui.internal.WorkbenchPage.onActivate(WorkbenchPage.java:2079)
at org.eclipse.ui.internal.WorkbenchWindow$4.run(WorkbenchWindow.java:2018)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2005)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1526)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1282)
at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1238)
at org.eclipse.ui.internal.Workbench$13.run(Workbench.java:1142)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:615)
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1076)
at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:171)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:655)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:852)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1383)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:263)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:144)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:102)
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:183)
at org.eclipse.core.launcher.Main.run(Main.java:644)
at org.eclipse.core.launcher.Main.main(Main.java:628)!ENTRY org.eclipse.osgi Sep 30, 2004 12:29:55.781
!MESSAGE Bundle update@/home/steve/MyEclipse/eclipse/plugins/org.eclipse.monitor.core_13.8.1/ [218] was not resolved.!ENTRY org.eclipse.osgi Sep 30, 2004 12:29:55.853
!MESSAGE Bundle update@/home/steve/MyEclipse/eclipse/plugins/org.eclipse.monitor.ui_13.8.1/ [219] was not resolved.
!SUBENTRY 1 org.eclipse.osgi Sep 30, 2004 12:29:55.854
!MESSAGE Missing required bundle org.eclipse.monitor.core_[13.8.1,13.9.0).!ENTRY org.eclipse.osgi Sep 30, 2004 12:29:55.858
!MESSAGE Bundle update@/home/steve/MyEclipse/eclipse/plugins/org.eclipse.webbrowser_13.8.1/ [221] was not resolved.Any ideas would be gratefully welcomed!,
Steve Thompson
September 30, 2004 at 6:52 pm #216580
snpeMemberHave You swt widget when You call help or help call mozilla ?
I don’t know for 64 bit gtk, but You have to have mozilla gtk 2 (or build from source or special download – see swt faq on eclipse.org)
If you have mozilla gtk2 then Your problem is eclipseregards
-
AuthorPosts
