-
Notifications
You must be signed in to change notification settings - Fork 87
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
Building launchers on Windows #313
Comments
Hi, you can using Alex Kashchenko Dev-Kit and uninstall java on Windows 10: regards |
This Dev-Kit uses the old mercurial repository and is therefore obsolete. You need to set the environment variable JRE to your Java runtime (your Windows drives should be automatically be mounted under /mnt) an then run mvn -Plaunchers install. But in the current master the build does not work. See #306 |
@daddyaddy you can download a preview here www.openwebstart.com |
The build environment for launchers - both rust and shell - are build in cygwin. I was never trying other apporaches. |
@daddyaddy @lherschi is the current build working for you? I had revisited it, and fixed few bugs. However, it is still depndent on cygwin. I belive, it will require only small chages to make it alive under linux subsystem for windows. Morover only get rid of cygoath, which is use donly on two places. Thoughts? |
Yes, the current build works for me. |
We can not build the build.sh file by Linux bash (installed on Windows 10) because we have a Java version for Windows.
How to build launchers for Windows?
The text was updated successfully, but these errors were encountered: