Skip to content

Exploding classpath #105

Description

@andrus

JJava 1.0-a6:

%maven org.dflib:dflib-jupyter:2.0.0-M5

var cps = Arrays.asList(System.getProperty("java.class.path").split(":"));
cps.stream().filter(c -> c.contains("dflib")).count()

prints 927 on first run, 1854 on second, etc. dflib-2.0.0-M5.jar is encountered 103 times in the classpath. It doesn't seem to have any other side effects, but something is off (maybe just how we set java.class.path value, not paying attention to duplicates)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions