[![enter image description here][1]][1]I am trying to load folder. This folder is placed inside JAR when the Project is build and this JAR file is located inside ZIP.
When I try to load as the resource, this is the value its returning.
ClassLoader classloader = Thread.currentThread().getContextClassLoader();
URL resource = classloader.getResource("templates");
zip:-
zip:/u01/app/iotdomain/servers/d1/tmp/_WL_user/mnt/artifacts/iot/server/
ServerCon/p7u/lib/Verticals.jar!/templates
Tried many different ways but couldn't find the solution.