B4J Question Mysterious launching problem, the program launch and disappear inmediately

jjveloso

Member
Licensed User
Longtime User
This is my first post, sorry for any mistake.

Te questions is.
I have made a program that uses sqlite and have a strange problem
If I compile and run the program from the IDE, everything goes ok. It doesn't matter if I copilen it on debug or release mode. It always run fine.
But if I close the IDE or translate the .jar file creates (even the whole "Objects" directory). WhenY launch the program it appear and disappear in less than one second, so n o way to run it. There are no error messages or anything else. Simply disappear.

I have tried it on
Windows 10 enterprise v 1703 64bits with java RE 1.8.0_131 spanish version
Windows 10 Pro v 1607 64 bits with Java RE 1.8.0_131 spanish version

The result is always the same

Any ideas and/or suggestions about this problem?
 

jjveloso

Member
Licensed User
Longtime User
Problem solved, The database was corrupted at the final destination of the program, a new copy made it work again
Thank you for the way to see the java errors.

THANKS Erel
 
Upvote 0
Top