Skip to main content



      Home
Home » Newcomers » Newcomers » startup problem with eclipse 3.1
startup problem with eclipse 3.1 [message #95396] Wed, 17 August 2005 10:17 Go to next message
Eclipse UserFriend
Originally posted by: martin-zeller.gmx.net

I just obtained eclipse-SDK-3.1-linux-gtk.tar.gz and
installed it on my debian sarge system with j2sdk1.4.2_07.
When I start eclipse I see the splash screen then it
crashes after some seconds.

Any suggestions are appreciated.

Regards .......... Martin

----------------------------------

In the log file ( ../configuration/11...log) I find the following
lines:

...

!ENTRY org.eclipse.core.runtime 4 0 2005-08-17 16:00:42.127
!MESSAGE The extensions and extension-points from the bundle
"update@plugins/org.eclipse.ui.forms_3.0.0/" are ignored. The bundle is
not marked as singleton.

!ENTRY org.eclipse.osgi 2005-08-17 16:00:44.833
!MESSAGE Application error
!STACK 1
java.lang.NoSuchMethodError:
org.eclipse.swt.internal.gtk.OS.GTypeInfo_sizeof()I
at
org.eclipse.swt.internal.gtk.GTypeInfo.<clinit>(GTypeInfo.java:26)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:7 77)
at org.eclipse.swt.widgets.Display.create(Display.java:746)
at org.eclipse.swt.graphics.Device.<init>(Device.java:141)
at org.eclipse.swt.widgets.Display.<init>(Display.java:429)
at org.eclipse.swt.widgets.Display.<init>(Display.java:420)
at
org.eclipse.ui.internal.Workbench.createDisplay(Workbench.ja va:394)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:155)
at
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDE Application.java:128)
at
org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplicatio n.java:79)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:226)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:376)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:163)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
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)

!ENTRY org.eclipse.osgi 2005-08-17 16:00:44.842
!MESSAGE Bundle update@plugins/org.eclipse.update.scheduler_3.0.0/ [3] was
not resolved.

...
Re: startup problem with eclipse 3.1 [message #95491 is a reply to message #95396] Wed, 17 August 2005 16:13 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bbiggs.ca.ibm.com

Martin wrote:
>
> I just obtained eclipse-SDK-3.1-linux-gtk.tar.gz and installed it on my
> debian sarge system with j2sdk1.4.2_07. When I start eclipse I see the
> splash screen then it
> crashes after some seconds.
> Any suggestions are appreciated.

The error is very strange and does not make sense. I can think of
two possibilities:

1. Your download was broken, or you extracted on top of an old
Eclipse install and something failed.
2. You're running with a broken VM. Run "java -version" and make sure
you are using the 1.4.2_07 VM you expect. If not, use
./eclipse -vm /usr/whatever/jre/bin/java

-Billy
Re: startup problem with eclipse 3.1 [message #95600 is a reply to message #95491] Thu, 18 August 2005 03:50 Go to previous message
Eclipse UserFriend
Originally posted by: martin-zeller.gmx.net

Problem fixed - reason (1) was the cause.

Tanks a lot!

Martin
Previous Topic:Servlets with Eclipse
Next Topic:Debug problem
Goto Forum:
  


Current Time: Tue Jul 22 09:29:22 EDT 2025

Powered by FUDForum. Page generated in 0.14103 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top