SpencerPark / IJava

A Jupyter kernel for executing Java code.
MIT License
1.1k stars 215 forks source link

%classpath and %jars doen't work in Windows #159

Open sogawa-sps opened 5 months ago

sogawa-sps commented 5 months ago

Hi,

I cannot indicate absolute paths to files on Windows.

%classpath c:\test\
---------------------------------------------------------------------------
java.lang.RuntimeException: Exception occurred while running line magic 'classpath': Illegal char <:> at index 4: .\\c:test\\
    at io.github.spencerpark.ijava.runtime.Magics.lineMagic(Magics.java:19)
    at .(#71:1)