Hi,
I use a software called CMapTool https://cmap.ihmc.us/
It requires Java. On Fedora, I use to install it as follows:
But on Debian 12, it does not work. What is the equivalent of the aforementioned Java installer?
The output of the command java --version is
Thanks!
I use a software called CMapTool https://cmap.ihmc.us/
It requires Java. On Fedora, I use to install it as follows:
Code:
sudo dnf install java-1.8.0-openjdk.x86_64sudo alternatives --config java
The output of the command java --version is
Code:
openjdk 17.0.11 2024-04-16OpenJDK Runtime Environment (build 17.0.11+9-Debian-1deb12u1)OpenJDK 64-Bit Server VM (build 17.0.11+9-Debian-1deb12u1, mixed mode, sharing)
Statistics: Posted by manujchandra — 2024-07-07 11:17 — Replies 1 — Views 20