Hi.
I followed the tutorial
[B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) and it was a great success. I got it online and everything looked good. Untill I got an error message (from the B4A app) that there was an error in the SQL query in the config.properties file.
The problem is that when I correct the config.properties file, and try to restart/recompile the b4j file, I get the message that: "java.net.BindException: Address already in use: bind".
I read that I could Kill the process in the Log field. But it does not help. I need to kill the initial process. When I open the page in a browser it sais that the RemoteServer is running and Connection Successful. How is it possible to stop the process and restart it?
BTW: Do I need to recompile the process everytime I need to add/change an sql query, or can I just update the config.properties file?
I followed the tutorial
[B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) and it was a great success. I got it online and everything looked good. Untill I got an error message (from the B4A app) that there was an error in the SQL query in the config.properties file.
The problem is that when I correct the config.properties file, and try to restart/recompile the b4j file, I get the message that: "java.net.BindException: Address already in use: bind".
I read that I could Kill the process in the Log field. But it does not help. I need to kill the initial process. When I open the page in a browser it sais that the RemoteServer is running and Connection Successful. How is it possible to stop the process and restart it?
BTW: Do I need to recompile the process everytime I need to add/change an sql query, or can I just update the config.properties file?