I am trying to make a simple azure function app that uses tabula-py. However, this package has a java dependency. When I try to run it, I get an error about java not being in PATH. I've tried to add java to the fileshare but I get the same error.
Whenever I use jdk, I get the error PermissionError: [Errno 13] Permission denied: '/home/.jre/jdk-15.0.2+7-jre/lib/server/classes.jsa'
Is there a way to get java and python running in the same function app?