gluonhq / client-samples

Client samples to run with Gluon Client plugins for Maven and Gradle
114 stars 23 forks source link

When will windows support be release? #23

Closed ZhenFTW closed 4 years ago

ZhenFTW commented 5 years ago

I know it might be annoying asking this question over and over but i really am looking forward to try this on windows

bgmf commented 5 years ago

There is yet no official support for the GraalVM CE on Window by Oracle itself. I guess Gluon will only be able to provide Windows binaries, if Oracle's dev team officially support them.

jperedadnr commented 4 years ago

GraalVM 19.3 for Java 11 has just been released, and includes Windows support.

Based on this release, and as a heads up, HelloWorld runs on Windows (see PR) with the current plugin. It is still under development and there is no documentation yet, but it will be there soon.

iw-an commented 4 years ago

GraalVM 19.3 for Java 11 has just been released, and includes Windows support.

Based on this release, and as a heads up, HelloWorld runs on Windows (see PR) with the current plugin. It is still under development and there is no documentation yet, but it will be there soon.

Using the current plugin on Windows 10, it errors out with the following Execution default-cli of goal com.gluonhq:client-maven-plugin:0.1.3:compile failed: OS windows 10 not supported

Hugolarson commented 4 years ago

Can we dream of GraalVM will work with Swing also?

tsatatwer commented 4 years ago

We are still dreaming of GraalVM work with JavaFX on windows ????????? . @Hugolarson , I think you have to ask GraalVM developers , here they focus on JavaFX .

tiainen commented 4 years ago

Just a quick update on support for JavaFX on Windows. We are stuck in a difficult to pin down issue and are waiting for this GraalVM issue to be fixed: https://github.com/oracle/graal/issues/2101. That would aid us a lot in trying to debug the real issue.

tsatatwer commented 4 years ago

@tiainen thanks for the update and the efforts many windows javafx developers waiting the native image support and as you confirm the issue oracle/graal#2101 has been solved we are looking forward.

jperedadnr commented 4 years ago

Closing issue as Windows has been supported for a while now.