clojupyter icon indicating copy to clipboard operation
clojupyter copied to clipboard

running the "install" cli command in a top level dir is very slow

Open behrica opened this issue 1 year ago • 0 comments

I noticed that running

java -cp ~/Downloads/noj-2-beta6.1-clojupyter.jar clojupyter.cmdline install --jarfile noj-2-beta6.1-clojupyter.jar --ident noj-2-beta6.1

can be very slow, when the "current directory" is a high level directory having subdirs and lots of files. I believe the install command "searches" for jars in the current dir, can it be ? Even when the jarfile is given as "--jarfile"

behrica avatar Feb 08 '25 08:02 behrica