Zeeshan Syed
03/08/2023, 12:02 PM:packageMsi
, install .msi
and try to run the .exe
file, then it is not opening. It doesn't even throw any error. How to fix this and how to check logs of an executive application?vbsteven
03/08/2023, 12:12 PMZeeshan Syed
03/08/2023, 12:14 PMFILE.exe > output.txt
as well
And the txt file came out blankvbsteven
03/08/2023, 12:16 PMvbsteven
03/08/2023, 12:17 PMMichael Paus
03/08/2023, 12:26 PMZeeshan Syed
03/08/2023, 12:42 PMZeeshan Syed
03/08/2023, 12:43 PMvbsteven
03/08/2023, 12:51 PMmain()
based on the file name. If you have your main()
in Main.Kt
kotlin will generate a MainKt
class for the JVMMichael Paus
03/08/2023, 1:06 PMmainClass = "MainKt"
Note the “Kt” in the name.Zeeshan Syed
03/08/2023, 1:10 PMmikehearn
03/09/2023, 2:33 PM