padreati / rapaio-jupyter-kernel

Java jupyter kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magic for adding directories to classpath

padreati opened this issue · comments

Implement a magic to add resources (compiled classes or directory with compiled classes to classpath)

The implemented feature adds only folders with classes, not individual compiled classes. The folder structure is needed in order to have the package hierarcy.

Is there a hacky way at the moment? I would like to do some test with processing. (www.processing.org)