I have made a python script that used tabula.read_pdf. After I convert it to an executable file, java.exe window keeps popping up when running tabula.read_pdf. Other threads indicate that I should use javaw.exe instead of java.exe. But how do I select this ?
I use auto-py-to-exe to make the executable file for my python script.
Python tabula read_pdf opens java console window In this question they talk about changing i name in a wrapper file.