facebook

Unable to open internal browser

💡
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 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #250613 Reply

    kgarrod
    Member

    I 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)

    #250638

    Haris Peco
    Member

    Keith,

    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
    EOF

    Download 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 file

    You have to check if you have broken libraries in library path, too
    check with

    echo $LD_LIBRARY_PATH

    if you have some mozilla or firefox here then you can have problem yet
    If it is empty you have correct environment

    Best

    #250863

    David
    Member

    Hi,

    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

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Unable to open internal browser

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