tabulapdf icon indicating copy to clipboard operation
tabulapdf copied to clipboard

avoid using reflection for Java 17 compatibility

Open AQLT opened this issue 2 years ago • 2 comments

The problem with Java 17 seems to come from the use of the $ operator. Making some few changes seems to correct the issue #140.

AQLT avatar Mar 24 '22 12:03 AQLT

I've just installed from your branch @AQLT and it has solved the problems I had with tabulizer! Thank you. Hope this PR gets merged soon.

MattCowgill avatar Apr 21 '22 02:04 MattCowgill

#148 :smile_cat:

maelle avatar Jul 28 '22 09:07 maelle

thanks @AQLT it works and extract the tables in a correct way (I checked with tables that I know)

pachadotdev avatar Nov 01 '22 19:11 pachadotdev