This message was deleted.
# community-support
s
This message was deleted.
v
You probably have to get the script as resource from the class path and then copy it to a temporary location
m
yeah, but I tried things like
Copy code
ClassLoader.getSystemClassLoader().getResource
ClassLoader.getSystemResource
this.javaClass.classLoader.getResource
and I always get null. so I'm at a step before copying, can't even reference the file in resources
v
Maybe your url is not correct. It for example makes a difference whether you have a leading slash or not in combination of whether you use class or classloader.
👍 1