Estou seguindo o passo a passo do curso de Java JRE e JDK: Escreva o seu primeiro código com Eclipse e está aparecendo esses erros quando digito o código do vídeo 05 da aula 03:
eclipse.buildId=4.19.0.I20210303-1800 java.version=16 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=pt_BR Framework arguments: -product org.eclipse.epp.package.java.product Command-line arguments: -os win32 -ws win32 -arch x86_64 -product org.eclipse.epp.package.java.product
org.eclipse.egit.ui Warning Mon Mar 29 13:40:38 BRT 2021 Warning: The environment variable HOME is not set. The following directory will be used to store the Git user global configuration and to define the default location to store repositories: 'C:\Users\mikej'. If this is not correct please set the HOME environment variable and restart Eclipse. Otherwise Git for Windows and EGit might behave differently since they see different configuration options. This warning can be switched off on the Team > Git > Confirmations and Warnings preference page.
Description Resource Path Location Type Build path specifies execution environment JavaSE-15. There are no JREs installed in the workspace that are strictly compatible with this environment. sintaxe-basica Build path JRE System Library Problem
Description Resource Path Location Type Must declare a named package because this compilation unit is associated to the named module 'programa' Programa.java /sintaxe-basica/src line 1 Java Problem
Alguém pode me ajudar a entender o que é e como solucionar?