I've introduced a new command link in my project, structured as follows:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
When I execute the program using this command link, it launches without any issues but unexpectedly shuts down after one minute, displaying "Completed. Exit code: -1." This occurs even with a fresh, unmodified template of a B4J UI program.
Interestingly, when I start the application without using the command link, it runs continuously without closing on its own.
How can I modify the command link to prevent the application from closing prematurely?
			
			
			
				B4X:
			
		
		
		'ide://run?File=%B4X%\UITest.jar
	When I execute the program using this command link, it launches without any issues but unexpectedly shuts down after one minute, displaying "Completed. Exit code: -1." This occurs even with a fresh, unmodified template of a B4J UI program.
Interestingly, when I start the application without using the command link, it runs continuously without closing on its own.
How can I modify the command link to prevent the application from closing prematurely?
			
				Last edited: