private static void setDerbyPaths()

in taverna-commandline-launcher/src/main/java/org/apache/taverna/commandline/TavernaCommandLine.java [144:148]


	private static void setDerbyPaths() {
		System.setProperty("derby.system.home", getAppDirectory().getAbsolutePath());
		File logFile = new File(applicationConfiguration.getLogDir().toFile(), "derby.log");
		System.setProperty("derby.stream.error.file", logFile.getAbsolutePath());
	}