summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index ef967f8..6f0e74c 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -4,6 +4,14 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
## Build and Development Commands
+**Prerequisites:**
+```bash
+# Set JAVA_HOME if not already configured
+export JAVA_HOME=/usr/lib/jvm/java-21-openjdk
+# Or on macOS with Homebrew: export JAVA_HOME=$(/usr/libexec/java_home -v 21)
+# Or on Windows: set JAVA_HOME=C:\Program Files\Eclipse Adoptium\jdk-21.0.x-hotspot
+```
+
**Essential Commands:**
```bash
# Full build (recommended)