Using the <ph conref="../conrefs.dita#prod/productshortname"></ph> ij tool with the Network Server To use the ij tool with the network client driver, follow these steps. ijusing with Network Server Network Serverij and Start ij in one of the following ways. For details, see "Starting ij" in the . Use a script.Run the ij.bat script on Windows systems and the ij script on UNIX systems. These scripts are located in the $/bin directory. Run the ij tool using the $/lib/derbyrun.jar file. java -jar derbyrun.jar ij Run the ij tool by specifying the class name. java org.apache.derby.tools.ij Connect by specifying the URL:ij> CONNECT 'jdbc:derby://localhost:1527/sample' USER 'judy' PASSWORD 'no12see';See for additional URL examples.