| [news.eclipse.newcomer] Re: Showing Data from XML file into a Table Using a TableViewer |
|
Adithya, Maybe you should be using EMF instead. :-P http://help.eclipse.org/ganymede/index.jsp?topic=/org.eclipse.emf.doc/tutorials/xlibmod/xlibmod.htmlThe problem is most likely that you shouldn't be fiddling with the build path in the first place when developing plugins. Whatever build-time problems you solve in this way will come back at runtime. You should be using the Dependencies tab of the MANIFEST.MF editor and you'll have to package any jars as bundles/plugins... adithya wrote: Hello,I imagine these things should be part of the JRE...
|