|
In my django project I am using Owlready2. Currently, I do owlready2.JAVA_EXE = "C:\\Program Files\\Java\\jre1.8.0_221\\bin\\java.exe" to specify the path to the java.exe.
Now, I do not know how to specify the java.exe in for my django project when deployed in heroku. Does anyone know how to do this?
|