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

Java errors - what am I doing wrong? #206

Open
nietras opened this issue Jan 7, 2024 · 1 comment
Open

Java errors - what am I doing wrong? #206

nietras opened this issue Jan 7, 2024 · 1 comment

Comments

@nietras
Copy link

nietras commented Jan 7, 2024

I keep getting the following errors (990483d) when trying to use the code in Visual Studio Code. Compile with maven appears to work but run and debug in VS fails due to this. What am I doing wrong?

image

There are many other warnings too.

@yehwankim23
Copy link
Contributor

'_' is a keyword from source level 9 onwards, cannot be used as identifier

Looks like you are using Java version <= 8. If you have Java 21 installed, check PATHs and the SDK language level?

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