On 31.03.2014 22:17, Daniel Kessel wrote: > Is oracle-java7-jdk not supported? It is in the path, registered with the > "alternatives" mechanism and executing: > update-alternatives --list java > > returns this line: > /usr/lib/jvm/jdk-7-oracle-x64/jre/bin/java > > If only the default-jre shall be supported, just close this bug and > thanks for the time spent on this...
I believe this is a bug in java-wrappers. Preferentially the non-free java7 JRE from Oracle should be added to /usr/lib/java-wrappers/jvm-list.sh The wrapper script in /usr/bin/mediathekview checks whether a Java7 compatible runtime environment is present and fails otherwise. Since the Oracle JRE provides java7-runtime, the dependency is satisfied but it still fails because this specific JRE is unknown to java-wrappers. What happens if you change the following line require_java_runtime java7 to find_java_runtime java7 in /usr/bin/mediathekview? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299803 Title: /usr/bin/mediathekview: Unable to find an appropriate java runtime To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/mediathekview/+bug/1299803/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
