Problem in finding external library [message #633633] |
Mon, 18 October 2010 11:29  |
Eclipse User |
|
|
|
My problem is as follows:
I am developing an application in the form of a number of plugins.
In one on those, I have a package called "something.odfdom" that includes a file ODFSpreadsheet_IO.java. That file includes methods to connect to an OpenOffice ods (streadsheet) file, get the worksheet of a given name and extract the data corresponding to a given named range.
The package makes use of some external jar files (odfdom.jar and xercesImpl.jar). Those files are on the Java Build Path of the plug-in project.
The ODFSpreadsheet_IO.java includes a main method for testing. It runs properly as a java application.
Then I tried to use the package from an other one in the same plugin. It does not work, it cannot find the odfdom classes. The same happens if I try to export the plugin project.
I am new to Eclipse and suspect something is missing in the configuration.
Please help
MS
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03101 seconds