Starting up eclipse-SDK-I20230802-1800-macosx-cocoa-aarch64 causes this:
The error log shows this:
java.lang.UnsupportedOperationException: remove
at java.base/java.util.Iterator.remove(Iterator.java:102)
at java.base/java.util.Collection.removeIf(Collection.java:577)
at org.eclipse.jdt.internal.launching.DetectVMInstallationsJob.run(DetectVMInstallationsJob.java:66)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Seems to be related to #265 and #231
Starting up eclipse-SDK-I20230802-1800-macosx-cocoa-aarch64 causes this:
The error log shows this:
java.lang.UnsupportedOperationException: remove
at java.base/java.util.Iterator.remove(Iterator.java:102)
at java.base/java.util.Collection.removeIf(Collection.java:577)
at org.eclipse.jdt.internal.launching.DetectVMInstallationsJob.run(DetectVMInstallationsJob.java:66)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63)
Seems to be related to #265 and #231