You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug myrobotlab.sh checks the version of java upon executing. In Pop OS 22.04, java 18 is provided by openjdk version "18-ea" 2022-03-22, which appears to be an early access build even though 18 has been released. The -ea suffix on the version number causes myrobotlab.sh to incorrectly identify the java version.
To Reproduce
Steps to reproduce the behavior:
Install openjdk-18-jdk on Pop OS 22.04
Run myrobotlab.sh
Observe the error message:
./myrobotlab.sh: line 39: [: 18-ea: integer expression expected
incompatible version of java, java 11 required
Expected behavior
Correct identification of JDK 18, even if it's an early access build.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
OS: [e.g. iOS] Pop OS 22.04
Browser [e.g. chrome, safari] N/A
Version [e.g. 22] Latest develop branch
The text was updated successfully, but these errors were encountered:
Describe the bug
myrobotlab.sh
checks the version of java upon executing. In Pop OS 22.04, java 18 is provided byopenjdk version "18-ea" 2022-03-22
, which appears to be an early access build even though 18 has been released. The-ea
suffix on the version number causes myrobotlab.sh to incorrectly identify the java version.To Reproduce
Steps to reproduce the behavior:
openjdk-18-jdk
on Pop OS 22.04myrobotlab.sh
Expected behavior
Correct identification of JDK 18, even if it's an early access build.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
develop
branchThe text was updated successfully, but these errors were encountered: