choss/java-xci-splitter

The applications shows a white page

Closed this issue · 4 comments

Os: macOs 12.1
java version: 1.8.0_291
Xci splitter version: 1.4.0 (for mac ofc).
Also 1.4.1 does give me the same result

What is going on?
afbeelding

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>

This is the built version on my machine

xci-splitter-osx-1.4.1-SNAPSHOT-capsule.jar.zip

created a PR for this to get merged