Skip to content

Commit 20a8821

Browse files
committed
hint added mentioning lightmetal
1 parent b434f52 commit 20a8821

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

examples/currentDate

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
#!/usr/bin/java --class-path=../zsmith/zbo/zsmith.jar --source 25
1+
#!/usr/bin/java --class-path=../zsmith/zbo/zsmith.jar:./lightmetal.jar --source 25
22

33
import java.time.LocalDate;
44

55
import airhacks.zsmith.agent.boundary.Agent;
66
import airhacks.zsmith.tools.control.Tool;
77

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+
*/
813
void main() {
914

1015
var currentDate = Tool.of(

0 commit comments

Comments
 (0)