For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 2 voices, and was last updated 20 years, 4 months ago by
Haris Peco.
-
AuthorPosts
-
malhotra100MemberI have MyEclipseIDE 4.1.1 with subscription. It is installed on Eclipse 3.1.2 (eclipse-SDK-3.1.2-linux-gtk-x68_64.tar.gz). The operating system is Fedora 5 64 bit. Sun java 1.5.0_06 (jdk-1_5_0_06-linux-amd64-rpm.bin) is installed in /usr/java .. and appears in the path before anything else. Javac & java work fine in terminal.
MyEclipseIDE 4.1.1 was installed manually.
As I start Eclipse I get a pop up saying: ‘Unable to start internal browser.
Contact http://www.myeclipseide.com’. Need help!May 2, 2006 at 6:15 pm #251504
Haris PecoMembermalhotra100 ,
I don’t sure for Fedora 5, but i think that all modern distribution have correct mozilla/firefox
libraries (one downloaded from mozilla site will not work).You need find mozilla/firefox home
(probably /usr/lib/mozilla , /usr/lib/firefox or similar) and make file /etc/gre.conf like this[1.7]
GRE_PATH=/usr/local/mozillawhere ‘/usr/local/mozilla’ is your path – libraries have to be mozilla >= 1.7 or firefox >= 1.0
Best regards
May 3, 2006 at 4:08 am #251517
malhotra100MemberNo luck as yet ..
Tried creating /etc/gre.conf as suggested.
Also tried the suggestion on a MyEclipseIDE faq – using Mozilla 1.6 gtk2 library.
The error details are:
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(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.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)May 3, 2006 at 5:27 am #251520
Haris PecoMemberno need for version 1.6 mozilla -it was importat for older eclipse.
You have to have correct libraries and tell eclipse where libraries areWhere you found mozilla/firefox libraries ?
Best regards
May 3, 2006 at 5:35 am #251521
Haris PecoMembermalhotra100 ,
Try with this http://ftp.mozilla.org/pub/mozilla.org/mozilla/nightly/latest-1.7/mozilla-i686-pc-linux-gnu-gtk2+xft.tar.gz
unpack in /usr/local and we will got directory /usr/local/mozilla (if you have /usr/local/mozilla already, then remove ro rename it)
make /etc/gre.conf like this
[1.7]
GRE_PATH=/usr/local/mozillaMay 3, 2006 at 10:58 pm #251572
malhotra100MemberThanks for help, but still not working. I have the mozilla-i686-pc-linux-gnu-gtk2+xft installed in /usr/local & /etc/gre.conf is set as indicated. I had to install libstdc++.so.5 to get this mozilla started from a terminal.
An additional info: Fedora 5 has an existing conf file for mozilla that came with it in: /etc/gre.d/gre64.conf & this file contains:
[1.7.12]
GRE_PATH=/usr/lib64/mozilla-1.7.12May 4, 2006 at 4:47 am #251577
Haris PecoMembert’s possible that eclipse grab other mozilla version before your version
try set
export LD_LIBRAY_PATH=/usr/local/mozilla:$LD_LIBRARY_PATH
and start eclipse/myEclipseMay 5, 2006 at 4:06 am #251638
malhotra100MemberTried, but no change in the outcome. Here is some of the environment for the Terminal from where I start the eclipse. I hope this might lead to identifying the problem ..
GTK_RC_FILES=/etc/gtk/gtkrc:/home/malhotra/.gtkrc-1.2-gnome2
QTDIR=/usr/lib64/qt-3.3
QTINC=/usr/lib64/qt-3.3/include
LD_LIBRARY_PATH=/usr/local/mozilla:
PATH=/usr/java/jdk1.5.0_06/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/malhotra/bin
QTLIB=/usr/lib64/qt-3.3/libMay 5, 2006 at 7:49 am #251640
Haris PecoMembermalhotra100,
…
LD_LIBRARY_PATH=/usr/local/mozilla:
…This is important.You have to have correct (gtk2) libraries in this location.
I don’t sure if 64-bit Linux request 64-bit mozilla libraries, but I doubtbest
-
AuthorPosts
