B4J Question Build Standalone Package problem

BogdanU

Member
Licensed User
Longtime User
Hello,
I wanted to create an .exe file from my project. I selected "Build Standalone Package" from the "Project" menu. No errors occurred during the conversion.
After launching Prymitive.exe, the program window appeared but disappeared after a moment. I ran the program as administrator and with my antivirus software disabled, but the result was the same. My B4J version is 10.30 (64 bit)
best regards
Bogdan
 

Attachments

  • Primitive.zip
    68.4 KB · Views: 14
Solution
It seems that you are using the jserial library.
So, please make sure that you follow item 5 of Tips and Special Cases from here:

Philip Chatzigeorgiadis

Active Member
Licensed User
Longtime User
It seems that you are using the jserial library.
So, please make sure that you follow item 5 of Tips and Special Cases from here:

 
Upvote 1
Solution
Top