I have this message after compiling "jRDC is running (version = 2.1)" but when trying to open a browser(chrome) and typing localhost:17178 it says Error 404.
This what I have in the config.properties
I have xampp installed on my machine.
Can anybody kindly tell what I'm doing wrong?
Thanks,
joe
This what I have in the config.properties
B4X:
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/test?characterEncoding=utf8
User=root
Password=
#Java server port
ServerPort=17178
Can anybody kindly tell what I'm doing wrong?
Thanks,
joe