I have a b4j application working as expected on Linux and Windows .
It runs ok on Mac using b4j-bridge.
I build it without errors using MacSigner v1.0.1 on my Mac, but trying to execute run.command I get an error in the console:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Any idea how to add jssc in this context, as the app runs as expected on the same Mac and using the same java through b4j-bridge?
			
			It runs ok on Mac using b4j-bridge.
I build it without errors using MacSigner v1.0.1 on my Mac, but trying to execute run.command I get an error in the console:
			
				jssc:
			
		
		
		java.lang.UnsatisfiedLinkError: Could not load the jssc library: Couldn't load library library jssc
    at b4j/jssc.SerialNativeInterface.<clinit>(Unknown Source)
    at b4j/jssc.SerialPortList.<clinit>(Unknown Source)
...
	Any idea how to add jssc in this context, as the app runs as expected on the same Mac and using the same java through b4j-bridge?