Closed dsyer closed 3 months ago
The docs say that %jar line magic "Adds to the classpath a jar or all jar archives from a directory" but it doesn't work for a directory (the %%jars cell magic does work):
%jar
%%jars
%jar target/lib MagicEvalException Provided input is not a jar file.
The docs say that
%jar
line magic "Adds to the classpath a jar or all jar archives from a directory" but it doesn't work for a directory (the%%jars
cell magic does work):