ServerSync

ServerSync

48.5k Downloads

What java version does serversync use?

Serial-Comma opened this issue ยท 6 comments

commented

Serversync Version:

4.2.0

Minecraft Version:

1.16.5

Issue:

My friend on macOS is unable to launch serversync by double clicking.

He has [Temurin 16](https://adoptium.net/releases.html) installed but double clicking it yields nothing. He used serversync-4.2.0.jar white it was in his .minecraft folder.

Troubleshooting says nothing because macOS can't use jarFix.

How do I solve this?

Thank you


commented

It should work on anything down to 8 ish area, they probably don't have a java distribution that includes JavaFX.

I have not got particularly far with packaging JavaFX into the app.

Experimental stuff can be found here: https://github.com/rheimus/ServerSync/releases but it is a vastly different beast that I am probably not going to support in the future.

commented

Any way I can get serversync to work on macOS then?

commented

serversync -o at the moment does not use any GUI, so it would not need JavaFX.
https://github.com/superzanti/ServerSync/wiki/Command-line-arguments

Alternatively the person in question could install a java distribution that already includes FX with it, I am probably going to bin FX in favor of going back to swing but that will take quite some time.

commented

I see. Not too familiar with Java, what does 'using a distribution with FX' mean?

commented

https://www.azul.com/downloads/?os=macos&package=jre-fx#download-openjdk

Zulu for an example has distribution options that include JavaFX.

commented

Understood