sbt/protocol/src/main
Eugene Yokota a18ed19cbc fix: Use JDK path, not JRE path
**Problem**
There are a few places where javaHome or java path is set,
using java.home system property. The problem is that it points to JRE,
not JDK, so it would break on Java compilation etc.

**Solution**
If the path ends with jre, go up one directory.
2025-03-03 02:31:44 -05:00
..
contraband Implement client-side run 2025-03-02 20:45:04 -05:00
contraband-scala/sbt Implement client-side run 2025-03-02 20:45:04 -05:00
scala/sbt fix: Use JDK path, not JRE path 2025-03-03 02:31:44 -05:00