Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Install problem: Errors on startup
Install problem: Errors on startup [message #2845] Tue, 22 April 2003 15:51 Go to next message
Eclipse UserFriend
Originally posted by: Locked.gmx.net

Hello,

I'm quite new to Java and Eclipse (and I'm not a Linux expert), so I
hope that I'm not too wrong here w/ my question. I can't get eclipse
started and I'm starting to run out of ideas what to try anymore.

I'm running SuSE Linux 7.3 with j2re1.4.1_02 and j2sdk1.4.1_02
I
- unpacked eclipse-platform-2.1-linux-motif.zip to /usr/local/eclipse
- linked libXm.so and libXm.so.2 to libXm.so.2.1 because both files were
only 12 bytes and eclipse gave me a "file too short"-error
- started eclipse with:
./eclipse -vm /usr/java/j2sdk1.4.1_02/jre/bin/java
as the JRE couldn't be found in the path.
- eclipse is showing me "completing install" and quits with a log
message in workspace/.metadata/.log (see below).

Has anyone an idea what could be done to make eclipse run?
By the way: sorry for my bad english - I hope you understand what I
wanted to say.


Begin Logmessage:
!SESSION
------------------------------------------------------------ ----------
!ENTRY org.eclipse.core.launcher 4 0 Apr 22, 2003 17:46:30.147
!MESSAGE Exception launching the Eclipse Platform:
!STACK
java.lang.reflect.InvocationTargetException
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.basicRun(Main.java:291)
at org.eclipse.core.launcher.Main.run(Main.java:747)
at org.eclipse.core.launcher.Main.main(Main.java:583)
Caused by: java.lang.reflect.InvocationTargetException
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:848)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
... 7 more
Caused by: org.eclipse.swt.SWTException: Unsupported or unrecognized format
at org.eclipse.swt.SWT.error(SWT.java:2332)
at org.eclipse.swt.SWT.error(SWT.java:2262)
at
org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 24)
at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:311)
at
org.eclipse.jface.resource.URLImageDescriptor.getImageData(U RLImageDescriptor.java:51)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:118)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:94)
at
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:83)
at
org.eclipse.jface.action.ActionContributionItem$ImageCache.g etImage(ActionContributionItem.java:117)
at
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:719)
at
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:596)
at
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:302)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 07)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
at org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
at
org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:144)
at
org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.java:244)
at
org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:578)
at org.eclipse.jface.window.Window.createShell(Window.java:350)
at org.eclipse.jface.window.Window.create(Window.java:301)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1068)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:874)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:845)
... 8 more
Re: Install problem: Errors on startup [message #2970 is a reply to message #2845] Tue, 22 April 2003 16:36 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gsrt.terra.com.br

Franz,

I've installed my Eclipse in Windows, but since no other response from this group was provided, I'll
give you my impressions.
Looking through stack trace of your installation, seems that Eclipse is trying to load an Image, but the
format is not supported. The exception was launched by BootLoader or near by. With these informations,
one of the reasons may be the Splash Screen could not be shown in the startup process (and I don't now
why).
Try to start with
./eclipse -showsplash "<another_image_full_qualified> -showsplash 600" -vm
/usr/java/j2sdk1.4.1_02/jre/bin/java
where
<another_image_full_qualified> - Is any image available, with full qualified name

Good luck !!!

[]s
Glauco Reis

Franz Graf wrote:

> Hello,
>
> I'm quite new to Java and Eclipse (and I'm not a Linux expert), so I
> hope that I'm not too wrong here w/ my question. I can't get eclipse
> started and I'm starting to run out of ideas what to try anymore.
>
> I'm running SuSE Linux 7.3 with j2re1.4.1_02 and j2sdk1.4.1_02
> I
> - unpacked eclipse-platform-2.1-linux-motif.zip to /usr/local/eclipse
> - linked libXm.so and libXm.so.2 to libXm.so.2.1 because both files were
> only 12 bytes and eclipse gave me a "file too short"-error
> - started eclipse with:
> ./eclipse -vm /usr/java/j2sdk1.4.1_02/jre/bin/java
> as the JRE couldn't be found in the path.
> - eclipse is showing me "completing install" and quits with a log
> message in workspace/.metadata/.log (see below).
>
> Has anyone an idea what could be done to make eclipse run?
> By the way: sorry for my bad english - I hope you understand what I
> wanted to say.
>
> Begin Logmessage:
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Apr 22, 2003 17:46:30.147
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.reflect.InvocationTargetException
> 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.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
> Caused by: java.lang.reflect.InvocationTargetException
> at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:848)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> ... 7 more
> Caused by: org.eclipse.swt.SWTException: Unsupported or unrecognized format
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at org.eclipse.swt.SWT.error(SWT.java:2262)
> at
> org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
> at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 24)
> at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:311)
> at
> org.eclipse.jface.resource.URLImageDescriptor.getImageData(U RLImageDescriptor.java:51)
> at
> org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:118)
> at
> org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:94)
> at
> org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:83)
> at
> org.eclipse.jface.action.ActionContributionItem$ImageCache.g etImage(ActionContributionItem.java:117)
> at
> org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContributionItem.java:719)
> at
> org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionItem.java:596)
> at
> org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.java:302)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
> at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 07)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
> at org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
> at
> org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:144)
> at
> org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.java:244)
> at
> org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:578)
> at org.eclipse.jface.window.Window.createShell(Window.java:350)
> at org.eclipse.jface.window.Window.create(Window.java:301)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1068)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:874)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
> at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:845)
> ... 8 more
Re: Install problem: Errors on startup [message #4164 is a reply to message #2970] Tue, 22 April 2003 18:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Locked.gmx.net

Hi!

Glauco Reis wrote:
> Franz,
>
> I've installed my Eclipse in Windows, but since no other response from this group was provided, I'll
> give you my impressions.
> Looking through stack trace of your installation, seems that Eclipse is trying to load an Image, but the
> format is not supported. The exception was launched by BootLoader or near by. With these informations,
> one of the reasons may be the Splash Screen could not be shown in the startup process (and I don't now
> why).
> Try to start with
> ./eclipse -showsplash "<another_image_full_qualified> -showsplash 600" -vm
> /usr/java/j2sdk1.4.1_02/jre/bin/java
> where
> <another_image_full_qualified> - Is any image available, with full qualified name

Thanks for the hint
Ok, so far now:
I've linked the java binary into /usr/bin - so the "-vm .." is no more
needed.
When I start with ./eclipse I imediately get the splashscreen and after
a while (~10s) I get the errormessage from my original post. (Sorry that
I didn't mention the splashscreen in my former post.)

When I start with
../eclipse -showsplash /[...]/import_wiz.gif -showsplash 600
nothing happens except that I get back to the shell imediately. I also
tried with a jpg and a xpm - no difference.
Same with ./eclipse -showsplash "" -showsplash 600 . Straight back to
the shell.

Any other ideas?

> Good luck !!!

Thanks - I curently need it.

Franz
Re: Install problem: Errors on startup [message #4234 is a reply to message #4164] Tue, 22 April 2003 18:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gsrt.terra.com.br

My apologies Franz,

Hope other guys using the same OS can help you.

[]s
Glauco

Franz Graf wrote:

> Hi!
>
> Glauco Reis wrote:
> > Franz,
> >
> > I've installed my Eclipse in Windows, but since no other response from this group was provided, I'll
> > give you my impressions.
> > Looking through stack trace of your installation, seems that Eclipse is trying to load an Image, but the
> > format is not supported. The exception was launched by BootLoader or near by. With these informations,
> > one of the reasons may be the Splash Screen could not be shown in the startup process (and I don't now
> > why).
> > Try to start with
> > ./eclipse -showsplash "<another_image_full_qualified> -showsplash 600" -vm
> > /usr/java/j2sdk1.4.1_02/jre/bin/java
> > where
> > <another_image_full_qualified> - Is any image available, with full qualified name
>
> Thanks for the hint
> Ok, so far now:
> I've linked the java binary into /usr/bin - so the "-vm .." is no more
> needed.
> When I start with ./eclipse I imediately get the splashscreen and after
> a while (~10s) I get the errormessage from my original post. (Sorry that
> I didn't mention the splashscreen in my former post.)
>
> When I start with
> ./eclipse -showsplash /[...]/import_wiz.gif -showsplash 600
> nothing happens except that I get back to the shell imediately. I also
> tried with a jpg and a xpm - no difference.
> Same with ./eclipse -showsplash "" -showsplash 600 . Straight back to
> the shell.
>
> Any other ideas?
>
> > Good luck !!!
>
> Thanks - I curently need it.
>
> Franz
Re: Install problem: Errors on startup [message #15284 is a reply to message #2845] Fri, 25 April 2003 12:58 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: veronika_irvine.oti.com

How did you unpack eclipse-platform-2.1-linux-motif.zip?

If you used unzip, there should already have been a link from libXm.so and
libXm.so.2 to libXm.so.2.1. If you did not use unzip, I recommend you try
again using unzip.

When you launch eclipse, you must either launch from the directory in which
eclipse is installed (./eclipse) or add the libXM libraries discussed above
to your LD_LIBRARY_PATH.

"Franz Graf" <Locked@gmx.net> wrote in message
news:b83nou$eem$1@rogue.oti.com...
> Hello,
>
> I'm quite new to Java and Eclipse (and I'm not a Linux expert), so I
> hope that I'm not too wrong here w/ my question. I can't get eclipse
> started and I'm starting to run out of ideas what to try anymore.
>
> I'm running SuSE Linux 7.3 with j2re1.4.1_02 and j2sdk1.4.1_02
> I
> - unpacked eclipse-platform-2.1-linux-motif.zip to /usr/local/eclipse
> - linked libXm.so and libXm.so.2 to libXm.so.2.1 because both files were
> only 12 bytes and eclipse gave me a "file too short"-error
> - started eclipse with:
> ./eclipse -vm /usr/java/j2sdk1.4.1_02/jre/bin/java
> as the JRE couldn't be found in the path.
> - eclipse is showing me "completing install" and quits with a log
> message in workspace/.metadata/.log (see below).
>
> Has anyone an idea what could be done to make eclipse run?
> By the way: sorry for my bad english - I hope you understand what I
> wanted to say.
>
>
> Begin Logmessage:
> !SESSION
> ------------------------------------------------------------ ----------
> !ENTRY org.eclipse.core.launcher 4 0 Apr 22, 2003 17:46:30.147
> !MESSAGE Exception launching the Eclipse Platform:
> !STACK
> java.lang.reflect.InvocationTargetException
> 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.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
> Caused by: java.lang.reflect.InvocationTargetException
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:848)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> ... 7 more
> Caused by: org.eclipse.swt.SWTException: Unsupported or unrecognized
format
> at org.eclipse.swt.SWT.error(SWT.java:2332)
> at org.eclipse.swt.SWT.error(SWT.java:2262)
> at
> org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
> at org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 24)
> at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:311)
> at
>
org.eclipse.jface.resource.URLImageDescriptor.getImageData(U RLImageDescripto
r.java:51)
> at
>
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:
118)
> at
>
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:
94)
> at
>
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:
83)
> at
>
org.eclipse.jface.action.ActionContributionItem$ImageCache.g etImage(ActionCo
ntributionItem.java:117)
> at
>
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContribut
ionItem.java:719)
> at
>
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionIte
m.java:596)
> at
>
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.
java:302)
> at
org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
> at
org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
> at org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 07)
> at
org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
> at
org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
> at
> org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:144)
> at
>
org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.
java:244)
> at
>
org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:
578)
> at org.eclipse.jface.window.Window.createShell(Window.java:350)
> at org.eclipse.jface.window.Window.create(Window.java:301)
> at
> org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1068)
> at org.eclipse.ui.internal.Workbench.init(Workbench.java:874)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:845)
> ... 8 more
>
Re: Install problem: Errors on startup [message #15318 is a reply to message #15284] Fri, 25 April 2003 13:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: veronika_irvine.oti.com

See also:
http://mmoebius.gmxhome.de/eclipse/downloads/mini-HOWTO.html

"Veronika Irvine" <veronika_irvine@oti.com> wrote in message
news:b8bbdu$u2o$1@rogue.oti.com...
> How did you unpack eclipse-platform-2.1-linux-motif.zip?
>
> If you used unzip, there should already have been a link from libXm.so and
> libXm.so.2 to libXm.so.2.1. If you did not use unzip, I recommend you try
> again using unzip.
>
> When you launch eclipse, you must either launch from the directory in
which
> eclipse is installed (./eclipse) or add the libXM libraries discussed
above
> to your LD_LIBRARY_PATH.
>
> "Franz Graf" <Locked@gmx.net> wrote in message
> news:b83nou$eem$1@rogue.oti.com...
> > Hello,
> >
> > I'm quite new to Java and Eclipse (and I'm not a Linux expert), so I
> > hope that I'm not too wrong here w/ my question. I can't get eclipse
> > started and I'm starting to run out of ideas what to try anymore.
> >
> > I'm running SuSE Linux 7.3 with j2re1.4.1_02 and j2sdk1.4.1_02
> > I
> > - unpacked eclipse-platform-2.1-linux-motif.zip to /usr/local/eclipse
> > - linked libXm.so and libXm.so.2 to libXm.so.2.1 because both files were
> > only 12 bytes and eclipse gave me a "file too short"-error
> > - started eclipse with:
> > ./eclipse -vm /usr/java/j2sdk1.4.1_02/jre/bin/java
> > as the JRE couldn't be found in the path.
> > - eclipse is showing me "completing install" and quits with a log
> > message in workspace/.metadata/.log (see below).
> >
> > Has anyone an idea what could be done to make eclipse run?
> > By the way: sorry for my bad english - I hope you understand what I
> > wanted to say.
> >
> >
> > Begin Logmessage:
> > !SESSION
> > ------------------------------------------------------------ ----------
> > !ENTRY org.eclipse.core.launcher 4 0 Apr 22, 2003 17:46:30.147
> > !MESSAGE Exception launching the Eclipse Platform:
> > !STACK
> > java.lang.reflect.InvocationTargetException
> > 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.basicRun(Main.java:291)
> > at org.eclipse.core.launcher.Main.run(Main.java:747)
> > at org.eclipse.core.launcher.Main.main(Main.java:583)
> > Caused by: java.lang.reflect.InvocationTargetException
> > at
> >
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:848)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > ... 7 more
> > Caused by: org.eclipse.swt.SWTException: Unsupported or unrecognized
> format
> > at org.eclipse.swt.SWT.error(SWT.java:2332)
> > at org.eclipse.swt.SWT.error(SWT.java:2262)
> > at
> > org.eclipse.swt.internal.image.FileFormat.load(FileFormat.ja va:73)
> > at
org.eclipse.swt.graphics.ImageLoader.load(ImageLoader.java:1 24)
> > at org.eclipse.swt.graphics.ImageData.<init>(ImageData.java:311)
> > at
> >
>
org.eclipse.jface.resource.URLImageDescriptor.getImageData(U RLImageDescripto
> r.java:51)
> > at
> >
>
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:
> 118)
> > at
> >
>
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:
> 94)
> > at
> >
>
org.eclipse.jface.resource.ImageDescriptor.createImage(Image Descriptor.java:
> 83)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem$ImageCache.g etImage(ActionCo
> ntributionItem.java:117)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem.updateImages (ActionContribut
> ionItem.java:719)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem.update(Actio nContributionIte
> m.java:596)
> > at
> >
>
org.eclipse.jface.action.ActionContributionItem.fill(ActionC ontributionItem.
> java:302)
> > at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
> > at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
> > at
org.eclipse.jface.action.MenuManager.fill(MenuManager.java:2 07)
> > at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :542)
> > at
> org.eclipse.jface.action.MenuManager.update(MenuManager.java :454)
> > at
> > org.eclipse.jface.action.MenuManager.createMenuBar(MenuManag er.java:144)
> > at
> >
>
org.eclipse.jface.window.ApplicationWindow.configureShell(Ap plicationWindow.
> java:244)
> > at
> >
>
org.eclipse.ui.internal.WorkbenchWindow.configureShell(Workb enchWindow.java:
> 578)
> > at org.eclipse.jface.window.Window.createShell(Window.java:350)
> > at org.eclipse.jface.window.Window.create(Window.java:301)
> > at
> >
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1068)
> > at org.eclipse.ui.internal.Workbench.init(Workbench.java:874)
> > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1373)
> > at
> >
>
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
> a:845)
> > ... 8 more
> >
>
>
Re: Install problem: Errors on startup [message #16595 is a reply to message #15284] Sat, 26 April 2003 07:43 Go to previous message
Eclipse UserFriend
Originally posted by: Locked.gmx.net

Veronika Irvine wrote:
> How did you unpack eclipse-platform-2.1-linux-motif.zip?
>
> If you used unzip, there should already have been a link from libXm.so and
> libXm.so.2 to libXm.so.2.1. If you did not use unzip, I recommend you try
> again using unzip.

Damn yes, you're right. I used the GUI integrated in KDE.
After unpacking w/ unzip it works perfectly! -- Well okay,
now I know to better use the shell.

Thank you very very much!
Franz Graf
Previous Topic:Disable Outgoing Mode in synchronize view
Next Topic:Adding 3'rd party plugins to eclipse
Goto Forum:
  


Current Time: Sat Oct 19 18:34:22 GMT 2024

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

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

Back to the top