Skip to content
Snippets Groups Projects
Commit 06900b24 authored by juanf's avatar juanf
Browse files

SSDM-9409 : Updating Jython to get JDK11 working

parent f60837d3
No related branches found
No related tags found
No related merge requests found
......@@ -49,7 +49,7 @@ import ch.systemsx.cisd.common.exceptions.EnvironmentFailureException;
*/
public class Jython27ClassLoader extends ClassLoader
{
private static final List<String> EXCLUDED_PACKAGES_STARTS = Arrays.asList("java", "sun.", "com.sun.");
private static final List<String> EXCLUDED_PACKAGES_STARTS = Arrays.asList("java", "jdk.", "sun.", "com.sun.");
private final URLClassLoader jythonJarClassLoader;
private final Map<String, Class<?>> cachedClasses = new HashMap<>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment