A AndreiCibo Member Jun 10, 2017 #1 Hello. Recently I've tried to create an .exe app with B4J Packager 1.0. After it creates the .exe file and installs my app, the app doesn't open, even with run as administrator. What can I do?
Hello. Recently I've tried to create an .exe app with B4J Packager 1.0. After it creates the .exe file and installs my app, the app doesn't open, even with run as administrator. What can I do?
Erel B4X founder Staff member Licensed User Longtime User Jun 11, 2017 #2 Go to <program files>\YourApp\app Open a command line here (shift + right click on the app folder and choose open command here). Run java -jar <your jar> It will allow you to see the logs. Upvote 0
Go to <program files>\YourApp\app Open a command line here (shift + right click on the app folder and choose open command here). Run java -jar <your jar> It will allow you to see the logs.