From a8ce192f63085f831f9175662ce47c023d937e84 Mon Sep 17 00:00:00 2001 From: orbiter Date: Sun, 18 Oct 2009 01:38:07 +0000 Subject: - shifted main classes to new package net.yacy - fixed some bugs in last commit git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6427 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'startYACY.bat') diff --git a/startYACY.bat b/startYACY.bat index bebad0c8e..b5eff28c6 100644 --- a/startYACY.bat +++ b/startYACY.bat @@ -33,7 +33,7 @@ Echo. Echo You can download Java at http://java.com/ Echo. Echo *************************************************************************** -start %priority% javaw %javacmd% -classpath %CLASSPATH% yacy +start %priority% javaw %javacmd% -classpath %CLASSPATH% net.yacy.yacy Echo You can close the console safely now. GoTo :END -- cgit v1.2.3