Commit b8c54a6
committed
fix: Add platform-specific JVM library detection for Windows ARM64
The JVM startup code was only looking for libjvm.so (Linux), causing
'Unable to determine JVM Type' errors on Windows ARM64.
Changes:
- Import platform module for OS detection
- Add platform-specific JVM library paths:
- Windows: bin/server/jvm.dll
- macOS: lib/server/libjvm.dylib
- Linux: lib/server/libjvm.so
This fixes the 42 test failures on windows/arm64 platform.1 parent 4079025 commit b8c54a6
1 file changed
Lines changed: 17 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
68 | | - | |
| 69 | + | |
69 | 70 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
74 | 86 | | |
75 | 87 | | |
76 | 88 | | |
| |||
0 commit comments