Skip to content

Incorrect classpath displayed in the environment #29

@andrus

Description

@andrus

In a notebook I add classpath via %maven magic, e.g.: %maven org.dflib:dflib-jupyter:1.0.0-SNAPSHOT . Then trying to get classpath from system properties, only shows the kernel jar and no extra jars:

System.getProperty("java.class.path")
/Users/andrus/Library/Jupyter/kernels/java/jjava-1.0-M2.jar

The same thing works in JShell - all classpaths added via /env --class-path are visible in system properties.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions