BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
:runNoClasspath
"%_JAVACMD%" %DERBY_OPTS% -Dderby.ui.locale=en_US -classpath "%LOCALCLASSPATH%" org.apache.derby.drda.NetworkServerControl start %DERBY_CMD_LINE_ARGS%
goto end
:runWithClasspath
"%_JAVACMD%" %DERBY_OPTS% -Dderby.ui.locale=en_US -classpath "%CLASSPATH%;%LOCALCLASSPATH%" org.apache.derby.drda.NetworkServerControl start %DERBY_CMD_LINE_ARGS%
goto end
|