You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gradlew --info runJvm fails with : Unrecognized option: -XstartOnFirstThread
I believe this -X option is available on mac but not windows
this workaround works:
./gradlew clean bundleJar
java -classpath ./build/minigdx/minigdx-game-template-jvm.jar your.game.Main
The text was updated successfully, but these errors were encountered:
Hello.
Neither this repo or https://github.com/dwursteisen/minigdx-game-template cannot run JVM target on Mac (m1). Have no idea where to add '-XstartOnFirstThread' due to default gradle application plugin is wrapped by custom one ;(
./gradlew --info runJvm fails with : Unrecognized option: -XstartOnFirstThread
I believe this -X option is available on mac but not windows
this workaround works:
./gradlew clean bundleJar
java -classpath ./build/minigdx/minigdx-game-template-jvm.jar your.game.Main
The text was updated successfully, but these errors were encountered: