I am using Google OR-Tools as an external dependency in an Anylogic model. The model runs on the Anylogic desktop version. However, after I upload my code on the (Anylogic) public cloud, I get this error:
"Error during model startup: access denied ("java.io.FilePermission" "/run/executor/disk0/u7d2c1f9f/jars/lib/ortools-linux-x86-64-9.5.2237.jar" "write")"
I encountered this problem also when using other external packages such as PowSyBl with Anylogic:
"access denied("java.io.FilePermission" "/var/run/executor/disk1/u5d6d89cc/home/.itools" "write")"
It seems that it is required to have "write" permission for all directories hardcoded in an external package, but as far as I know, it is not possible to give those permissions in the public version of AnyLogic Cloud. What should I do to resolve the error and run it on the public cloud?