ide-java
ide-java copied to clipboard
Java version could not be parsed
Prerequisites
- [x] Put an X between the brackets on this line if you have done all of the following:
- [x] Reproduced the problem in Safe Mode: https://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode
- [ ] Followed all applicable steps in the debugging guide: https://flight-manual.atom.io/hacking-atom/sections/debugging/
- [ ] Checked the FAQs on the message board for common solutions: https://discuss.atom.io/c/faq
- [x] Checked that your issue isn't already filed: https://github.com/issues?utf8=✓&q=is%3Aissue+user%3Aatom
- [ ] Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
ide-java cannot read my Java version correctly. Thus cannot start at all.
Steps to Reproduce
- Install OpenJDK11 on Debian or any Java with version consists of more than 2 dots in version number, e.g 11.0.9.1
- Install ide-java, it throws error with message "Could not parse the Java '--showVersion' output"
Expected behavior:
Using ide-java with such version numbers.
Actual behavior:
ide-java fails to run at all.
Reproduces how often:
100%
Versions
System : Debian Buster, Linux localhost 5.10.0-1-amd64 #1 SMP Debian 5.10.4-1 (2020-12-31) x86_64 GNU/Linux Atom : 1.54.0 Electron : 6.1.12 Chrome : 76.0.3809.146 Node : 12.4.0 npx : 7.3.0
Additional Information
I am creating this issue to be able to create pull request with proper bug template.