Cannot run the bat file when exe file is created

放肆的年华 提交于 2019-12-20 07:56:32

问题


I hava a batch-file appplication which I can run in cmd and when I use inno-setup compiler it runs even in the compiler. When the .exe file is created I could not open the application. And I tried running in cmd.exe then it shows like this:

   Error: Could not find or load main class com.il.MainApplication
   Caused by: java.lang.ClassNotFoundException: com.il.MainApplication

来源:https://stackoverflow.com/questions/59289787/cannot-run-the-bat-file-when-exe-file-is-created

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