Java compilation issue

3
when I grab Reflection, Excel import and Excel export (in that sequence!) from the Appstore, I end up with an App that wont run because of Java compilation errors..... If I reverse the Export (module) and the Import (module) there is no hitch....... Is there an incompatibility somewhere in the Java used in those two modules?
asked
1 answers
1

Hi Lex, If you first download the excel import module, and then the excel export module, you get compilation errors when running locally. We found out that the excel exporter overwrites a different version of the dom4j-1.6.1.jar and replication.jar files.

answered