SpencerPark / IJava

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

com.sun.net.http does not exist #116

Open taisbak opened 3 years ago

taisbak commented 3 years ago

The following code: import com.sun.net.http.HttpServer;

when run, produces: CompilationException | import com.sun.net.http.HttpServer; package com.sun.net.http does not exist

Which %magic should I use make the package available to the notebook?