in src/main/java/org/apache/sling/scripting/sightly/repl/impl/REPLJavaSourceCodeServlet.java [58:65]
protected void activate(ComponentContext componentContext) {
for (Bundle bundle : componentContext.getBundleContext().getBundles()) {
if (FS_CLASSLOADER_SN.equals(bundle.getSymbolicName())) {
BundleContext context = bundle.getBundleContext();
classesFolder = new File(context.getDataFile(""), "classes");
}
}
}