Hey Everyone,
I am currently trying to get FoxTelem running on my mac and am running into some issues relating to my Java installation.
Java versions:
(base) wbrozovic@WillsMak14M1Pro FoxTelem_1.12z3_mac % java --version
openjdk 20.0.1 2023-04-18
OpenJDK Runtime Environment Homebrew (build 20.0.1)
OpenJDK 64-Bit Server VM Homebrew (build 20.0.1, mixed mode, sharing)
If someone could help troubleshoot or if anyone has run into a similar issue and can help it would be appreciated! I'll paste some context below.
- Double click FoxTelem exec
(base) wbrozovic@WillsMak14M1Pro ~ % /Users/wbrozovic/Developer/AMSAT/FoxTelem_1.12z3_mac/FoxTelem ; exit;
Java is not in the path
JAVA_HOME is set
Java not found. Install Java 1.7 or later to run FoxTelem
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.
[Process completed]
The weird thing is that Java does appear to be in my path (unless .jenv or openjdk aren't what we are looking for?):
(base) wbrozovic@WillsMak14M1Pro FoxTelem_1.12z3_mac % echo $path
/opt/homebrew/opt/openjdk/bin /Users/wbrozovic/.jenv/shims /Users/wbrozovic/.jenv/bin /opt/homebrew/opt/llvm/bin
It has been a while since I have worked with Java on this computer so maybe (hopefully) I'm missing something obvious here.
participants (1)
-
Will Brozovic