is it possible to get the name of the .jar that is currently being executed.
eg: form the command line I run
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
I would like to be able to get "test.jar" within code.
if I run
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
I would like to get "full.jar"
If i can get the "b4j.example" that I can set in the build options that would do.
Thanks
			
			eg: form the command line I run
			
				B4X:
			
		
		
		java -cp test.jar b4j.example.mainif I run
			
				B4X:
			
		
		
		java -cp full.jar b4j.example.mainIf i can get the "b4j.example" that I can set in the build options that would do.
Thanks
 
				 
 
		 
						
					 
 
		 
 
		 
 
		 
 
		