[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Showing Data from XML file into a Table Using a TableViewer
|
- From: 24adithya@xxxxxxxxx (adithya )
- Date: Mon, 9 Mar 2009 08:38:20 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hello,
I am trying to show data from a xml file into a table located in an
Eclipse "view"(user defined) of a user defined
"perspective".
I am able to show dummy data and also edit it.
But when i try to show it using JAXB 2.1.9 it gives a JAXBException while
loading the perspective i.e. while loading
the corresponding view.
The JAXBException is - "java.lang.NoClassDefFoundError :
javax/xml/bind/JAXBException".
I have added all the necessary JAR'S of JAXB 2.1.9 in the Java Build Path..
Actually,it is working in one computer but when i switch to another
computer,it isn't able to.
Please let me know the problem.
Adithya.