Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not a bug, but: Please update readme regarding minimum Java version (Jan 2022) #9

Open
chjan opened this issue Jan 22, 2022 · 0 comments

Comments

@chjan
Copy link

chjan commented Jan 22, 2022

Apparently, after extensive testing on many Windows machines, JasioHost is no longer compliant with the JRE8, Oracle's final version of JRE. One must use minimum JRE11, which Oracle does not provide. However, Oracle provides JDK11. But better, AdoptOpen JDK17 (of January 2022) provides backward compliance to JRE11, and should be the recommended JDK to install for Java applications using JasioHost.

This also means that JasioHost based applications must be compiled using SourceCompatibility 11 or later.

Many end customers using applications based on JasioHost have reported problems. E.g. customers of REW and SoundPimp. The problem is that JasioHost cannot fetch the microphone input when running under Oracle JRE8 (1.8). Result is no sound input.

Readme should be updated with a notification along these lines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant