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

runZomboidDoc config fails with java version error #36

Open
kaen opened this issue Jan 2, 2022 · 1 comment
Open

runZomboidDoc config fails with java version error #36

kaen opened this issue Jan 2, 2022 · 1 comment

Comments

@kaen
Copy link

kaen commented Jan 2, 2022

Running with fresh install and default settings against build 41 gives an error like:

zombie/Lua/LuaManager has been compiled by a more recent version of the Java Runtime

Changing the following line in zdoc.gradle (176):

		languageVersion = JavaLanguageVersion.of(8)

to

		languageVersion = JavaLanguageVersion.of(15)

fixes the issue for me. Not sure if 15 is the right version to pick but it gets the job to run happily and autocomplete works like a charm.

@robwhitewick
Copy link

robwhitewick commented Jan 6, 2022

did you ever manage to fix the debug run configs for running the game? https://steady.is-fi.re/32gxqsR.png seems the zombie class isnt defined at all but ive not found a fix for importing the classes yet

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