From 6d41e593bcafbce50e370c7a9fdaa7ab4260eaa1 Mon Sep 17 00:00:00 2001 From: yyc12345 Date: Thu, 5 Feb 2026 16:40:05 +0800 Subject: [PATCH] doc: update devnote --- DEVNOTE.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVNOTE.md b/DEVNOTE.md index 2a2cfe7..3b46385 100644 --- a/DEVNOTE.md +++ b/DEVNOTE.md @@ -39,6 +39,11 @@ Some Java code use Google Gson as its dependency. The Gson versio I used is Gson 2.10.1. It would be okey for you to use any Antlr you like. +### Passing Dependencies + +When executing Java code relying on these dependencies, +you can use `-cp` option of Java runtime to pass the directory where you can find those dependency's JAR files. + ## Python For most Python code written in this project, we use Astral UV to manage them.