For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 2 replies, 3 voices, and was last updated 19 years, 11 months ago by
David.
-
AuthorPosts
-
kgarrodMemberI have just installed MyEclipse on my Kubuntu Linux system with a fresh Eclipse 3.1.2 install, in my Home directory. I get the error messages below in the bottom right panel. When I try to open ‘MyEclipse->MyEclipse Home’ from the menu I get the same ‘Unable to open internal browser’ message. I found a thread describing the same problem, to which the suggested solution was to pay the licence! I paid the licence but still have the same problem. I am able to open the browser (Firefox or Mozilla) from elsewhere within Eclipse.
Help appreciated.
Keith
org.eclipse.ui.PartInitException: Unable to open internal browser.
at com.genuitec.eclipse.core.MyEclipseWebsiteView.init(Unknown Source)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:280)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:180)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552)
at org.eclipse.ui.internal.WorkbenchPage$ActivationList.setActive(WorkbenchPage.java:3570)
at org.eclipse.ui.internal.WorkbenchPage.restoreState(WorkbenchPage.java:2659)
at org.eclipse.ui.internal.WorkbenchWindow.restoreState(WorkbenchWindow.java:1819)
at org.eclipse.ui.internal.Workbench.doRestoreState(Workbench.java:2566)
at org.eclipse.ui.internal.Workbench.access$14(Workbench.java:2515)
at org.eclipse.ui.internal.Workbench$19.run(Workbench.java:1514)
at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1263)
at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:346)
at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:291)
at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:447)
at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1258)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1512)
at org.eclipse.ui.internal.Workbench.access$12(Workbench.java:1491)
at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1374)
at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
at org.eclipse.core.runtime.Platform.run(Platform.java:783)
at org.eclipse.ui.internal.Workbench.restoreState(Workbench.java:1318)
at org.eclipse.ui.internal.WorkbenchConfigurer.restoreState(WorkbenchConfigurer.java:183)
at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:700)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1034)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1636)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:367)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:143)
at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:103)
at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:226)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:376)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:334)
at org.eclipse.core.launcher.Main.basicRun(Main.java:278)
at org.eclipse.core.launcher.Main.run(Main.java:973)
at org.eclipse.core.launcher.Main.main(Main.java:948)April 18, 2006 at 10:39 am #250638
Haris PecoMemberKeith,
If you have standard firefox from ubuntu/kubuntu (i check ubuntu)
it is complied correct for using with eclipse.Try add next file:
just copy next 4 line in your command prompt and execute:sudo cat >/etc/gre.conf <EOF
[1.5]
GRE_PATH=/usr/lib/mozilla-firefox
EOFDownload from mozilla (mozilla or firefox) doesn’t work with eclipse (haven’t linkable gecko libraries)
If you have mozilla (and haven’t firefox) you have to find mozilla libraries and make similar fileYou have to check if you have broken libraries in library path, too
check withecho $LD_LIBRARY_PATH
if you have some mozilla or firefox here then you can have problem yet
If it is empty you have correct environmentBest
April 21, 2006 at 1:13 am #250863
DavidMemberHi,
Just to add one thing. I found that with a plain vanilla install of Ubuntu, it was also necessary to install the libstdc++5 package. Type “sudo apt-get install libstdc++5”; This will also install the gcc-3.3-base package. I found that without this, Eclipse would not enable the internal browser option.
Dave
-
AuthorPosts
