Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » Why does my APP blow up Now?
Why does my APP blow up Now? [message #440013] Tue, 20 July 2004 17:59 Go to next message
Eclipse UserFriend
Originally posted by: am560571.wcupa.edu

I had a successfully working app in 2.1.1 I just updated to 3.0.0 and I
have
gotten all the red errors. I just tried to run it and I get this error

java.lang.NoClassDefFoundError: org/osgi/framework/InvalidSyntaxException
at org.eclipse.core.runtime.Platform.run(Platform.java:747)
blah blah blah

here is the line its on

exchangeTable.setInput(eg);



ObjectArrayList eg = Exchange.FindAll(); <- returns Object Array List
duh!
exchangeTable = new TableViewer(components[5].getBody()); <- CUSTOME
COMPONENT
exchangeTable.setContentProvider(viewer);
exchangeTable.setLabelProvider(viewer);
exchangeTable.setInput(eg);

exchangeTable.addSelectionChangedListener(getTableSelectionL istener());


Please Help Me
Re: Why does my APP blow up Now? [message #440031 is a reply to message #440013] Wed, 21 July 2004 12:32 Go to previous message
Tiberiu Caprita is currently offline Tiberiu CapritaFriend
Messages: 68
Registered: July 2009
Member
You should include osgi.jar in Project Libraries.
Regards,
Tiberiu

whatsgoingon wrote:

> I had a successfully working app in 2.1.1 I just updated to 3.0.0 and I
> have
> gotten all the red errors. I just tried to run it and I get this error

> java.lang.NoClassDefFoundError: org/osgi/framework/InvalidSyntaxException
> at org.eclipse.core.runtime.Platform.run(Platform.java:747)
> blah blah blah

> here is the line its on

> exchangeTable.setInput(eg);



> ObjectArrayList eg = Exchange.FindAll(); <- returns Object Array List
> duh!
> exchangeTable = new TableViewer(components[5].getBody()); <- CUSTOME
> COMPONENT
> exchangeTable.setContentProvider(viewer);
> exchangeTable.setLabelProvider(viewer);
> exchangeTable.setInput(eg);

> exchangeTable.addSelectionChangedListener(getTableSelectionL istener());


> Please Help Me
Previous Topic:Display shells
Next Topic:remove element from TreeViewer
Goto Forum:
  


Current Time: Thu Sep 26 08:56:22 GMT 2024

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

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

Back to the top