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

KSC Not Working With Java 10 JRE #1216

Closed
Rudybega opened this issue Oct 26, 2018 · 1 comment
Closed

KSC Not Working With Java 10 JRE #1216

Rudybega opened this issue Oct 26, 2018 · 1 comment

Comments

@Rudybega
Copy link

I believe this is actually an SBT error (see sbt/sbt-native-packager#1145), but KSC should probably be changed to use the latest version of SBT that fixes this.

The error is this message when I try to run KSC:

"The java installation you have is not up to date
requires at least version 1.6+, you have
version 10.0.2"

Changing to the Java 8 JRE immediately fixes this.

Supposedly sbt-native-packager:1.3.3 and up has a fix for this issue (similar issue fixed in this repo by updating the version number mgifos/quick-plan#27), so I suspect the fix is just changing line 3 in plugins.sbt from:

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.2")

to

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.3")

and confirming all the tests pass.

@GreyCat
Copy link
Member

GreyCat commented Oct 26, 2018

Moving to main repo. @Saedeas, please read the README of this repo.

@GreyCat GreyCat closed this as completed Oct 26, 2018
@generalmimon generalmimon transferred this issue from kaitai-io/kaitai_struct_compiler Dec 23, 2024
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

2 participants