![ServerSync](https://media.forgecdn.net/avatars/thumbnails/254/696/256/256/637199290945083080.png)
What java version does serversync use?
Serial-Comma opened this issue ยท 6 comments
Serversync Version:
4.2.0
Minecraft Version:
1.16.5
Issue:
My friend on macOS is unable to launch serversync by double clicking.
Troubleshooting says nothing because macOS can't use jarFix.
How do I solve this?
Thank you
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.
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.
I see. Not too familiar with Java, what does 'using a distribution with FX' mean?
https://www.azul.com/downloads/?os=macos&package=jre-fx#download-openjdk
Zulu for an example has distribution options that include JavaFX.