We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b434f52 commit 20a8821Copy full SHA for 20a8821
1 file changed
examples/currentDate
@@ -1,10 +1,15 @@
1
-#!/usr/bin/java --class-path=../zsmith/zbo/zsmith.jar --source 25
+#!/usr/bin/java --class-path=../zsmith/zbo/zsmith.jar:./lightmetal.jar --source 25
2
3
import java.time.LocalDate;
4
5
import airhacks.zsmith.agent.boundary.Agent;
6
import airhacks.zsmith.tools.control.Tool;
7
8
+/**
9
+ * When {@code lightmetal.jar} is present on the classpath, zsmith communicates
10
+ * with LightMetal in-process (no HTTP, no IPC) — both run inside the same JVM
11
+ * and share the same heap.
12
+ */
13
void main() {
14
15
var currentDate = Tool.of(
0 commit comments