Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse & Suse 9.0
Eclipse & Suse 9.0 [message #176034] Tue, 06 January 2004 02:52 Go to next message
leon webster is currently offline leon websterFriend
Messages: 15
Registered: July 2009
Junior Member
I installed eclipse 3.0 m6 on a system with Suse Linux 9.0 I am running KDE
3.1 on the desktop, but I installed the GTK2 libs when I installed Suse
Linux.

When I start Eclipse, I get an exception with the following stack trace:
org.eclipse.swt.SWTException: Unsupported or unrecognized format
at org.eclipse.swt.SWT.error(SWT.java:2592)
at org.eclipse.swt.SWT.error(SWT.java:2522)
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:308)
......

Can anyone give me a hint about what I need to do to make Eclipse work under
Suse 9.0? Is there a "readme" file for Suse that I have overlooked?

Thanks much

Leon Webster
Re: Eclipse & Suse 9.0 [message #176139 is a reply to message #176034] Tue, 06 January 2004 08:32 Go to previous messageGo to next message
Jean Couillaud is currently offline Jean CouillaudFriend
Messages: 184
Registered: July 2009
Senior Member
Hello,

Could you mention what JVM you are using ?

Jean.

Leon Webster wrote:

> I installed eclipse 3.0 m6 on a system with Suse Linux 9.0 I am running KDE
> 3.1 on the desktop, but I installed the GTK2 libs when I installed Suse
> Linux.

> When I start Eclipse, I get an exception with the following stack trace:
> org.eclipse.swt.SWTException: Unsupported or unrecognized format
> at org.eclipse.swt.SWT.error(SWT.java:2592)
> at org.eclipse.swt.SWT.error(SWT.java:2522)
> 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:308)
> ......

> Can anyone give me a hint about what I need to do to make Eclipse work under
> Suse 9.0? Is there a "readme" file for Suse that I have overlooked?

> Thanks much

> Leon Webster
Re: Eclipse & Suse 9.0 [message #176219 is a reply to message #176139] Tue, 06 January 2004 14:06 Go to previous messageGo to next message
leon webster is currently offline leon websterFriend
Messages: 15
Registered: July 2009
Junior Member
It is the 1.4.2_03 jvm from javasoft.

thanks for any help or hints.

Leon


"Jean Couillaud" <couillaud@fimasys.fr> wrote in message
news:btdrq0$sf9$1@eclipse.org...
> Hello,
>
> Could you mention what JVM you are using ?
>
> Jean.
>
> Leon Webster wrote:
>
> > I installed eclipse 3.0 m6 on a system with Suse Linux 9.0 I am running
KDE
> > 3.1 on the desktop, but I installed the GTK2 libs when I installed Suse
> > Linux.
>
> > When I start Eclipse, I get an exception with the following stack trace:
> > org.eclipse.swt.SWTException: Unsupported or unrecognized format
> > at org.eclipse.swt.SWT.error(SWT.java:2592)
> > at org.eclipse.swt.SWT.error(SWT.java:2522)
> > 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:308)
> > ......
>
> > Can anyone give me a hint about what I need to do to make Eclipse work
under
> > Suse 9.0? Is there a "readme" file for Suse that I have overlooked?
>
> > Thanks much
>
> > Leon Webster
>
>
Re: Eclipse & Suse 9.0 [message #176259 is a reply to message #176034] Tue, 06 January 2004 16:32 Go to previous messageGo to next message
norwood sisson is currently offline norwood sissonFriend
Messages: 5
Registered: July 2009
Junior Member
I have installed eclipse 3.0 M6 on my plain vanilla suse 9.0 system and
i have had no problems starting eclipse with either the IBMJava2-1.4.1
or suse 9.0 supplied SunJava2-1.4.2-b28. I do have problems running the
emf-xsd plugins with either Java.
here is an install script that i use after downloading the necessary
eclipse files into the directory $HOME/eclipse30:
cd $HOME
cd eclipse30
rm -R -f m5_1219
unzip -q eclipse-SDK-3.0M5-linux-gtk.zip
unzip -q -o eclipse-examples-3.0M5.zip
mkdir eclipse/plugins/com.ibm.etools.sketch.sqc
unzip -q $HOME/sqc/SQC2.2.zip -d eclipse/plugins/com.ibm.etools.sketch.sqc
mv eclipse m5_1219
unzip -q emf_2.0.0_20031219_0637VL.zip -d m5_1219
unzip -q emf.doc_2.0.0_20031219_0637VL.zip -d m5_1219
unzip -q xsd_2.0.0_20031219_0637VL.zip -d m5_1219
unzip -q xsd.doc_2.0.0_20031219_0637VL.zip -d m5_1219
cd $HOME

and here is a script that i use to start with suse 9.0 supplied and yast
installed SunJava2-1.4.2-b28:
cd $HOME
cd eclipse30/m5_1219
../eclipse -Djava.endorsed.dirs=plugins/org.apache.xerces_4.0.13
cd $HOME

Norwood Sisson

Leon Webster wrote:
> I installed eclipse 3.0 m6 on a system with Suse Linux 9.0 I am running KDE
> 3.1 on the desktop, but I installed the GTK2 libs when I installed Suse
> Linux.
>
> When I start Eclipse, I get an exception with the following stack trace:
> org.eclipse.swt.SWTException: Unsupported or unrecognized format
> at org.eclipse.swt.SWT.error(SWT.java:2592)
> at org.eclipse.swt.SWT.error(SWT.java:2522)
> 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:308)
> .....
>
> Can anyone give me a hint about what I need to do to make Eclipse work under
> Suse 9.0? Is there a "readme" file for Suse that I have overlooked?
>
> Thanks much
>
> Leon Webster
Re: Eclipse & Suse 9.0 [message #176281 is a reply to message #176034] Tue, 06 January 2004 17:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chris.remove.nospam.occidopagus.nl

I have the same problem with Eclipse 2.1.2 (Build 200311030802) on Suse
9.0 using Sun Java2 SDK 1.4.2_03. I am using the GTK eclipse with KDE 3.1.
The shows up after installing the Sysdeo Eclipse/WSAD Tomcat plugin.
(http://www.sysdeo.com/eclipse/tomcatPlugin.html).


Leon Webster wrote:

> I installed eclipse 3.0 m6 on a system with Suse Linux 9.0 I am running KDE
> 3.1 on the desktop, but I installed the GTK2 libs when I installed Suse
> Linux.

> When I start Eclipse, I get an exception with the following stack trace:
> org.eclipse.swt.SWTException: Unsupported or unrecognized format
> at org.eclipse.swt.SWT.error(SWT.java:2592)
> at org.eclipse.swt.SWT.error(SWT.java:2522)
> 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:308)
> ......

> Can anyone give me a hint about what I need to do to make Eclipse work under
> Suse 9.0? Is there a "readme" file for Suse that I have overlooked?

> Thanks much

> Leon Webster
Re: Eclipse & Suse 9.0 [message #176287 is a reply to message #176281] Tue, 06 January 2004 18:12 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: chris.remove.nospam.occidopagus.nl

Sorry for my double post. I tried the 1.4.2_01 JVM by SUN. No plugins
installed this time. In the error occurred after opening the
File|New|Other dialog.

Here is my error log:

!SESSION Jan 06, 2004 19:06:20.712
---------------------------------------------
java.version=1.4.2_01
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Command-line arguments: -os linux -ws gtk -arch x86 -data
/home/chris/Documents/eclipse -install file:/opt/eclipse/
!ENTRY org.eclipse.jface 4 2 Jan 06, 2004 19:06:20.713
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
org.eclipse.swt.SWTException: Unsupported or unrecognized format
at org.eclipse.swt.SWT.error(SWT.java:2330)
at org.eclipse.swt.SWT.error(SWT.java:2260)
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.ui.model.WorkbenchLabelProvider.getImage(Workben chLabelProvider.java:129)
at
org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableView er.java:202)
at
org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRun nable.run(StructuredViewer.java:119)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at
org.eclipse.jface.viewers.StructuredViewer.updateItem(Struct uredViewer.java:1271)
at
org.eclipse.jface.viewers.TableViewer.internalRefresh(TableV iewer.java:494)
at
org.eclipse.jface.viewers.TableViewer.internalRefresh(TableV iewer.java:431)
at
org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredV iewer.java:861)
at
org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredViewer.java:801)
at
org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:859)
at
org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:821)
at
org.eclipse.jface.viewers.TableViewer.inputChanged(TableView er.java:398)
at
org.eclipse.jface.viewers.ContentViewer.setInput(ContentView er.java:238)
at
org.eclipse.jface.viewers.StructuredViewer.setInput(Structur edViewer.java:991)
at
org.eclipse.ui.internal.dialogs.NewWizardNewPage.handleCateg orySelection(NewWizardNewPage.java:256)
at
org.eclipse.ui.internal.dialogs.NewWizardNewPage.selectionCh anged(NewWizardNewPage.java:334)
at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1006)
at org.eclipse.core.runtime.Platform.run(Platform.java:413)
at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer .java:157)
at
org.eclipse.jface.viewers.StructuredViewer.updateSelection(S tructuredViewer.java:1290)
at
org.eclipse.jface.viewers.StructuredViewer.handleSelect(Stru cturedViewer.java:657)
at
org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected( StructuredViewer.java:681)
at
org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenS trategy.java:178)
at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.ja va:173)
at
org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:308)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1847)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1639)
at org.eclipse.jface.window.Window.runEventLoop(Window.java:583 )
at org.eclipse.jface.window.Window.open(Window.java:563)
at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:136)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:842 )
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:456)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java:403)
at
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionItem.java:397)
at
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java:72)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1847)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1639)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
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)

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

<<cut>>
Re: Eclipse & Suse 9.0 [message #176443 is a reply to message #176287] Wed, 07 January 2004 00:10 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: info.oti.com

This is a FAQ:
< http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/faq.html#konquerorUnzip>.

I found it by searching in Bugzilla for FileFormat.load. Take a look at
<https://bugs.eclipse.org/bugs/show_bug.cgi?id=39670> - in general, it
never hurts to search Bugzilla for something in the log to see if it's
been seen before.

Hope this helps!

Andrew Jr.

Chris Wesdorp wrote:
> Sorry for my double post. I tried the 1.4.2_01 JVM by SUN. No plugins
> installed this time. In the error occurred after opening the
> File|New|Other dialog.
>
> Here is my error log:
>
> !SESSION Jan 06, 2004 19:06:20.712
> ---------------------------------------------
> java.version=1.4.2_01
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> Command-line arguments: -os linux -ws gtk -arch x86 -data
> /home/chris/Documents/eclipse -install file:/opt/eclipse/
> !ENTRY org.eclipse.jface 4 2 Jan 06, 2004 19:06:20.713
> !MESSAGE Problems occurred when invoking code from plug-in:
> "org.eclipse.jface".
> !STACK 0
> org.eclipse.swt.SWTException: Unsupported or unrecognized format
> at org.eclipse.swt.SWT.error(SWT.java:2330)
> at org.eclipse.swt.SWT.error(SWT.java:2260)
> 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.ui.model.WorkbenchLabelProvider.getImage(Workben chLabelProvider.java:129)
> at
> org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableView er.java:202)
> at
> org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRun nable.run(StructuredViewer.java:119)
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1006)
> at org.eclipse.core.runtime.Platform.run(Platform.java:413)
> at
> org.eclipse.jface.viewers.StructuredViewer.updateItem(Struct uredViewer.java:1271)
> at
> org.eclipse.jface.viewers.TableViewer.internalRefresh(TableV iewer.java:494)
> at
> org.eclipse.jface.viewers.TableViewer.internalRefresh(TableV iewer.java:431)
> at
> org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredV iewer.java:861)
> at
> org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredViewer.java:801)
> at
> org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:859)
> at
> org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:821)
> at
> org.eclipse.jface.viewers.TableViewer.inputChanged(TableView er.java:398)
> at
> org.eclipse.jface.viewers.ContentViewer.setInput(ContentView er.java:238)
> at
> org.eclipse.jface.viewers.StructuredViewer.setInput(Structur edViewer.java:991)
> at
> org.eclipse.ui.internal.dialogs.NewWizardNewPage.handleCateg orySelection(NewWizardNewPage.java:256)
> at
> org.eclipse.ui.internal.dialogs.NewWizardNewPage.selectionCh anged(NewWizardNewPage.java:334)
> at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159)
> at
> org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java:1006)
> at org.eclipse.core.runtime.Platform.run(Platform.java:413)
> at org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer .java:157)
> at
> org.eclipse.jface.viewers.StructuredViewer.updateSelection(S tructuredViewer.java:1290)
> at
> org.eclipse.jface.viewers.StructuredViewer.handleSelect(Stru cturedViewer.java:657)
> at
> org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected( StructuredViewer.java:681)
> at
> org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenS trategy.java:178)
> at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.ja va:173)
> at
> org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:308)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1847)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1639)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:583 )
> at org.eclipse.jface.window.Window.open(Window.java:563)
> at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:136)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:842 )
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:456)
> at
> org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionContributionItem.java:403)
> at
> org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionItem.java:397)
> at
> org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(ActionContributionItem.java:72)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
> at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1847)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1639)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> at
> org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.java:858)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> 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)
>
> ------------------------------------------------------------ -----------------
>
> <<cut>>
>
Re: Eclipse & Suse 9.0 [message #176498 is a reply to message #176443] Wed, 07 January 2004 02:09 Go to previous message
leon webster is currently offline leon websterFriend
Messages: 15
Registered: July 2009
Junior Member
Andrew,

Thanks much. this worked for me. also thanks for the pointer to bugzilla.

Leon
"Andrew Cornwall" <info@oti.com> wrote in message
news:btfio4$vef$1@eclipse.org...
> This is a FAQ:
>
< http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/plat form-swt-home/f
aq.html#konquerorUnzip>.
>
> I found it by searching in Bugzilla for FileFormat.load. Take a look at
> <https://bugs.eclipse.org/bugs/show_bug.cgi?id=39670> - in general, it
> never hurts to search Bugzilla for something in the log to see if it's
> been seen before.
>
> Hope this helps!
>
> Andrew Jr.
>
> Chris Wesdorp wrote:
> > Sorry for my double post. I tried the 1.4.2_01 JVM by SUN. No plugins
> > installed this time. In the error occurred after opening the
> > File|New|Other dialog.
> >
> > Here is my error log:
> >
> > !SESSION Jan 06, 2004 19:06:20.712
> > ---------------------------------------------
> > java.version=1.4.2_01
> > java.vendor=Sun Microsystems Inc.
> > BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
> > Command-line arguments: -os linux -ws gtk -arch x86 -data
> > /home/chris/Documents/eclipse -install file:/opt/eclipse/
> > !ENTRY org.eclipse.jface 4 2 Jan 06, 2004 19:06:20.713
> > !MESSAGE Problems occurred when invoking code from plug-in:
> > "org.eclipse.jface".
> > !STACK 0
> > org.eclipse.swt.SWTException: Unsupported or unrecognized format
> > at org.eclipse.swt.SWT.error(SWT.java:2330)
> > at org.eclipse.swt.SWT.error(SWT.java:2260)
> > 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.ui.model.WorkbenchLabelProvider.getImage(Workben chLabelProvider.
java:129)
> > at
> > org.eclipse.jface.viewers.TableViewer.doUpdateItem(TableView er.java:202)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRun nable.run(Struct
uredViewer.java:119)
> > at
> >
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
:1006)
> > at org.eclipse.core.runtime.Platform.run(Platform.java:413)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.updateItem(Struct uredViewer.java:
1271)
> > at
> >
org.eclipse.jface.viewers.TableViewer.internalRefresh(TableV iewer.java:494)
> > at
> >
org.eclipse.jface.viewers.TableViewer.internalRefresh(TableV iewer.java:431)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer$7.run(StructuredV iewer.java:861)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.preservingSelecti on(StructuredVie
wer.java:801)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:859
)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.refresh(Structure dViewer.java:821
)
> > at
> > org.eclipse.jface.viewers.TableViewer.inputChanged(TableView er.java:398)
> > at
> > org.eclipse.jface.viewers.ContentViewer.setInput(ContentView er.java:238)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.setInput(Structur edViewer.java:99
1)
> > at
> >
org.eclipse.ui.internal.dialogs.NewWizardNewPage.handleCateg orySelection(New
WizardNewPage.java:256)
> > at
> >
org.eclipse.ui.internal.dialogs.NewWizardNewPage.selectionCh anged(NewWizardN
ewPage.java:334)
> > at org.eclipse.jface.viewers.Viewer$2.run(Viewer.java:159)
> > at
> >
org.eclipse.core.internal.runtime.InternalPlatform.run(Inter nalPlatform.java
:1006)
> > at org.eclipse.core.runtime.Platform.run(Platform.java:413)
> > at
org.eclipse.jface.viewers.Viewer.fireSelectionChanged(Viewer .java:157)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.updateSelection(S tructuredViewer.
java:1290)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer.handleSelect(Stru cturedViewer.jav
a:657)
> > at
> >
org.eclipse.jface.viewers.StructuredViewer$4.widgetSelected( StructuredViewer
..java:681)
> > at
> >
org.eclipse.jface.util.OpenStrategy.fireSelectionEvent(OpenS trategy.java:178
)
> > at org.eclipse.jface.util.OpenStrategy.access$3(OpenStrategy.ja va:173)
> > at
> > org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrate gy.java:308)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1847)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1639)
> > at org.eclipse.jface.window.Window.runEventLoop(Window.java:583 )
> > at org.eclipse.jface.window.Window.open(Window.java:563)
> > at org.eclipse.ui.actions.NewWizardAction.run(NewWizardAction.j ava:136)
> > at org.eclipse.jface.action.Action.runWithEvent(Action.java:842 )
> > at
> >
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(Action
ContributionItem.java:456)
> > at
> >
org.eclipse.jface.action.ActionContributionItem.handleWidget Event(ActionCont
ributionItem.java:403)
> > at
> >
org.eclipse.jface.action.ActionContributionItem.access$0(Act ionContributionI
tem.java:397)
> > at
> >
org.eclipse.jface.action.ActionContributionItem$ActionListen er.handleEvent(A
ctionContributionItem.java:72)
> > at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :81)
> > at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:923)
> > at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:1847)
> > at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :1639)
> > at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1402)
> > at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> > at
> >
org.eclipse.core.internal.boot.InternalBootLoader.run(Intern alBootLoader.jav
a:858)
> > at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> > 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)
> >
>
> ------------------------------------------------------------ --------------
---
> >
> > <<cut>>
> >
>
Previous Topic:How to show a window before launching workbench (RCP)
Next Topic:Required Features and their install handlers
Goto Forum:
  


Current Time: Tue Jul 23 11:38:19 GMT 2024

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

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

Back to the top