-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where is vmone relase for windows? #5
Comments
Having this issue too where substrate cannot download the windows version... |
Exact same issue here, I was absolutely dumbfounded when I saw that the error is that the file is just not there?
|
@Aliere06 Windows supports is going to be dropped by Gluon team! You can use simple Java & Javafx (and maybe Graalvm native-image) without using / dependent upon Gluon plugins for Desktop Windows OS. They are mainly focuing on Unix like OS e.g. Linux or Mac OS and Mobile devices e.g. Android and IOS etc. A lot a disscussion alrady was done let see them deeply! gluonhq/substrate#1241 |
It's not being dropped, the latest version just doesn't support Windows, yet. It's misleading others to say Gluon is dropping support for Windows. |
Any update on this? |
I have the same issue:
I this issue raised when I wanted to test the alarm project of gluonfx samples, my configuration is the following:
|
I think the issue #8 refers to making it more clear that vmone does not yet support Windows. There were other discussions on it. It's work/effort and Gluon doesn't have the capacity right now, and nobody else from the community has taken it on to completion. You can use an older version of substrate/maven/gradle plugin, to build on Windows. The downside is you'll be stuck with JDK17, GraalVM 22 and JFX 21...until support is added to vmone. |
Windows is not yet supported, If you are instrusted in development stuff, then you can see me repo and PR (partial done)! https://github.com/ctoabidmaqbool/vmone-fork/tree/windows-impl Most of the time you will workin on vmone and substrate. I was working on this side but I soon realized that without must help from gloun team it's much difficult to achive it as I have not enough time to do so! Another idea if you are just instrusted to make native-image exe on window you can use just gluon's grallvm without gluon-maven-plugin / gradle one's but still it's much tuff works to do so, you will face a lot chalanges and difficulties. Or currenlty stich with old gluon plugin e.g. 23 |
First of all what is vmone?
I can't find
vmone
for windows release!https://github.com/gluonhq/vmone/releases/tag/gvm-24-1
I am trying to native build https://github.com/gluonhq/hello-gluon-ci but facing same error!
The text was updated successfully, but these errors were encountered: