Skip to content

dflib/jjava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Apr 3, 2025
c760a8b · Apr 3, 2025
Apr 2, 2025
Oct 15, 2024
Apr 3, 2025
Apr 2, 2025
Oct 1, 2024
Oct 1, 2024
Apr 2, 2025
Oct 1, 2024
May 9, 2024
Oct 15, 2024
Apr 3, 2025
Oct 14, 2024
Apr 3, 2025
Oct 14, 2024

Repository files navigation

JJava

JJava is a Java kernel for Jupyter maintained by the DFLib.org community. The kernel executes code via the JShell tool. Some of the additional commands are supported via a syntax similar to IPython magics.

JJava is an evolution of the earlier IJava kernel, that is no longer maintained by its authors.

Requirements

  1. Java 11 or newer
  2. Python and a Jupyter-like environment to use the kernel in.

Installation

More detailed instructions are available in the documentation.

  1. Download the latest release from the releases tab.
  2. Unzip it into a temporary location.
  3. Run the jupyter kernelspec install path/to/downloaded/folder --user --name=java

Project Links