-
Notifications
You must be signed in to change notification settings - Fork 110
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
Be able to pass remote URL on command line #3
Comments
Also, of course you'd have to remove this argument from the ones passed to the application that you're launching. |
This is actually how it used to work before the embedded manifest support was introdused :) Sure, I'll put it back in, slightly modified. I'm away this weekend, will get to it early next week. |
That would be great! Thanks. |
This feature is now available in FXLauncher 1.0.9, which should be in Maven Central within the hour. Usage: java -jar fxlauncher.jar --app=http://remote/location/app.xml Please let me know how it works out for you! |
OK, will do. Thanks for the fast turnaround. |
My pleasure. I'll close the issue now, feel free to open it again if needed. |
This works great now, thank you. One little thing I noticed is that if the url in the app.xml doesn't end with /, it doesn't work. Perhaps I'll file an issue for this. |
Great, thanks :) |
It would be really nice if you could pass the URL of the remote app.xml to the Launcher. This would be much easier than trying to replace the app.xml in the fxlauncher.jar file.
The text was updated successfully, but these errors were encountered: