Skip to main content

Java

Binding: %java

Runs Java code directly in a paragraph — useful for quick prototypes or for exercising a Java library without leaving the notebook.

%java
System.out.println("Hello from Java");

Configuration

The Java interpreter has no interpreter-specific properties to configure beyond the common resource/process settings your administrator manages from the interpreter settings screen.