The applications shows a white page
Closed this issue · 4 comments
danielgroen commented
gabrielcsapo commented
you need to update releases/osx/pom.xml
before
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
<version>3.106.3</version>
after
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.swt.cocoa.macosx.x86_64</artifactId>
<version>3.123.0</version>
and for me I needed to update
<entry>
<key>JVM-Args</key>
<value>-d64 -XstartOnFirstThread</value>
</entry>
to
<entry>
<key>JVM-Args</key>
<value> -XstartOnFirstThread</value>
</entry>
gabrielcsapo commented
This is the built version on my machine
gabrielcsapo commented
gabrielcsapo commented
created a PR for this to get merged