Obfuscating JavaFX application

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-30 13:43:12

问题


Since fxml-files uses Controller classes for events, how is it possible to obfuscate an JavaFX application? When the obuscated conntroller classes have different names and paths, the fxml files can't locate them.

Editing the fxml files after obfuscating is not the solution i am searhing for.

Is there another option?


回答1:


No point reinventing the wheel;

A quick google search yielded this website.

It uses the Proguard obfuscator.



来源:https://stackoverflow.com/questions/24344768/obfuscating-javafx-application

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