Launching java app with uri passing parameters

扶醉桌前 提交于 2019-12-13 14:51:28

问题


I have a java app, and i want to open it with an URI. I've got it, making an exe from the jar, and registering it, and it works. The problem is how can i pass to it parameters. For instance, if I link " E2L://moodle" i want my app to open moodle url, if I link " E2L://google" I want the app to open the google url.

Can anybody help me please? Thank you

来源:https://stackoverflow.com/questions/9669861/launching-java-app-with-uri-passing-parameters

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!