You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to run the nextflow language server in VSCode. I receive this error:
Error: LinkageError occurred while loading main class nextflow.lsp.NextflowLanguageServer
java.lang.UnsupportedClassVersionError: nextflow/lsp/NextflowLanguageServer has been compiled by a more recent version of the Java Runtime (class file version 61.0), this version of the Java Runtime only recognizes class file versions up to 55.0
Code: -32097
The system I use is old, so I assume this is the reason, but I could not find a mention of the minimum requirements for this plugin anywhere.
The text was updated successfully, but these errors were encountered:
No problem. Was your issue that you were using Java 11? Minimum requirement is Java 17, but we're also seeing errors like this even for users with Java 17, so we're still investigating that
Hello,
I am unable to run the nextflow language server in VSCode. I receive this error:
The system I use is old, so I assume this is the reason, but I could not find a mention of the minimum requirements for this plugin anywhere.
The text was updated successfully, but these errors were encountered: