Started 1 month, 3 weeks ago (2009-10-29 08:08:00)
by balcerman
OK I did it :D
the problem is that setting the property
derby.drda.startNetworkServer=true
doesnt work to me, but when I added the following lines to my application:
import org.apache.derby.drda.NetworkServerControl;
import java.net.InetAddress;
NetworkServerControl server = new NetworkServerControl
(InetAddress.getByName("localhost"),1527);
server.start(null);
the ...
Thread:
Show this thread (3 posts)
Size: 856 bytes
Related Threads: Same Site | All Sites
Customize:
Related Threads: Same Site | All Sites
Customize:

