Context: I successfully parse a json file while debugging/running locally in my Windows PC that way When I deployed it to either docker or AWS I get this error Is there a more reliable way to “navigate” to a file placed in resources folder? I mean someway it wouldn’t be affected either it is Windows/Linux/Kubernetes/etc? Answer The usual way to
Tag: kotlin
Stop bash script from dying when exiting Java / Kotlin application
I’m starting a bash script from Kotlin, but the bash script stops running as soon as the Kotlin application exits. Where script is a liquidsoap script and input is a parameter that’s being passed into the script Typically, it’ll run something like the following: liq then executes a liquidsoap script which is the first param and the second param is