Depends on java-11 when java-17 installed
roman4e opened this issue · 3 comments
roman4e commented
Version (please complete the following information):
- OS: Ubuntu
- Version 20.04
- Package deb
Describe the bug
I'm trying to install latest package, but it depends on openjre-11 however I have oracle jdk-17 installed.
To Reproduce
Steps to reproduce the behavior:
- install oracle java 17
- Download latest package
- run sudo dpkg -i ${latest_package_name}.deb
- See error
dpkg: dependency problems prevent configuration of jexiftoolgui:
jexiftoolgui depends on openjdk-11-jre; however:
Package openjdk-11-jre is not installed.
Package oracle-java11-installer-local which provides openjdk-11-jre is not installed.
It has no sense to install java-11 when I have another newer version installed.
hvdwolf commented
I fully agree with you. I changed the dependency to >=1.11. This weekend I will try to release a 2.0.1 bug release
hvdwolf commented
Please try this beta 2.0.1.
It should use V11 or newer.
roman4e commented
Cool. Thank you.