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

Support for running standalone launcher of scala-cli with JVM 8 #2253

Merged
merged 2 commits into from
Jul 4, 2023

Conversation

lwronski
Copy link
Contributor

This PR adds support for running the standalone launcher of Scala CLI with JVM 8. Before executing the application, it checks if the installed Java version is at least 17. If not, it downloads Java 17, reads the classpath, and runs itself with Java 17.

It temporarily pins the version of jsoniter that supports JVM 8.

@lwronski lwronski force-pushed the java-8 branch 5 times, most recently from 069d636 to c7b1f08 Compare July 3, 2023 08:43
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

Successfully merging this pull request may close these issues.

2 participants