Error while setting up the project when Java SE 17 is already installed
- Dominant language
- Java
- Stars
- 8
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I have Java SE 17 installed and it looks like that is causing an issue while setting up the project for the very first time. While executing Maven build, its throwing an exception with message -
[ERROR] Internal error: org.eclipse.tycho.core.ee.UnknownEnvironmentException: Unknown OSGi execution environment: 'JavaSE-17' -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: org.eclipse.tycho.core.ee.UnknownEnvironmentException: Unknown OSGi execution environment: 'JavaSE-17
**To Reproduce**
Steps to reproduce the behavior:
1. Install Java SE 17 on a Mac machine
2. Follow getting started instruction provided in the Wiki.
3. See error
**Expected behavior**
Maven build should be executed without any issue.
**Screenshots**

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.