B4J Question Json Library - Json parse while built standalone package

stephaniegl

New Member
I am using Json parse in my source code with Json Library version 1.21.
When I run and compile in b4j it works perfectly.
But I need the app in .exe so I built standalone package but the json parse now work.

is there any new library version in Json, or json library can not built to .exe?
1729052291275.png
 

stephaniegl

New Member
The problem is somewhere else. Run the run_debug.bat file and check the logs.
Yes, so sorry not detailed check. I am using SQLite database to save the json but the database did not built properly in bin. I just manually replace the database from Object and it can running well. Thank you Erel
 
Upvote 0
Top