summaryrefslogtreecommitdiff
path: root/CLAUDE.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-15 23:30:56 +0300
committerPaul Buetow <paul@buetow.org>2025-06-15 23:30:56 +0300
commita568f3f5923e0af77c89e2c8e2bf6b808f29d069 (patch)
tree727d6fe7790c556326a561da9c7a24d1e6914c28 /CLAUDE.md
parentd51c22e7e1f37c527ccd0f929719c39f94c565a4 (diff)
Add splash screen functionality and update build documentation
- Add VSSplashScreen component using Java Swing framework - Display splash.png image for 3 seconds on application startup - Scale splash screen to 40% of original size (60% reduction) - Update CLAUDE.md with JAVA_HOME setup instructions for all platforms - Integrate splash screen into VSMain startup sequence 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
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)