Hi,
I am using the below method to remove a table from the word document using docx4j3.2.2. This code works fine in weblogic 11g and java 1.6.
However, I execute the same code in weblogic 12c and java 1.8 and the code does not remove the table. Also, there is no error or exception thrown by the code. The weblogic is installed on UNIX server.
Can you please help.
Tbl hdrTbl = TableUtil.getInstance().getFirstTable(factory, pkg);
if ...