|
complete error message here:
The class org.apache.poi.hssf.record.MulBlankRecord needs to define a clone method
(The class org.apache.poi.hssf.record.MulBlankRecord needs to define a clone method)
when trying to use the clone method, i encounter this error. i am using ofbiz and this is part of the implementation that i am required to do.
looking at other forums, it requires me to change the version of poi that i use and i did but i was working on a standalone test application and when i changed the version on that stand alone application, i got the application working.
BUT on this ofbiz application, i changed the version using multiple versions of ofbiz but i still get the same error. the solution that i did on the stand alone application does not seem to work on the ofbiz application
EDIT:
So to summarize, i have two applications, 1 web app (ofbiz) and a standalone one. i use the same library but i get an error for the webapp. i'm just not sure what to do next. i took out the unnecessary libraries on the webapp. and i tried removing the library (then it caused errors because of the missing library then i returned it and it cleared the red lines in eclipse).
i also tried using different versions of poi.jar but i still get the errors. any help or suggestion would be appreciated as i am already out of ideas. the webapp seems to be having problems with the library im not sure what it is but the standalone gets to deal with the actions that i want (cloneSheet())
|