hvdwolf/jExifToolGUI

Depends on java-11 when java-17 installed

roman4e opened this issue · 3 comments

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:

  1. install oracle java 17
  2. Download latest package
  3. run sudo dpkg -i ${latest_package_name}.deb
  4. 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.

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

Please try this beta 2.0.1.
It should use V11 or newer.

Cool. Thank you.