Major renaming event for base package, JavaEvA -> EvA2

This commit is contained in:
Marcel Kronfeld
2008-04-17 13:02:11 +00:00
parent 1614d205ef
commit 0105c97c41
525 changed files with 3095 additions and 3007 deletions

View File

@@ -21,7 +21,8 @@ import java.util.ArrayList;
import java.util.Properties;
import java.util.StringTokenizer;
import javaeva.tools.Serializer;
import eva2.tools.Serializer;
/**
*

View File

@@ -46,10 +46,9 @@ public class MainAdapterImpl implements MainAdapter {
public void restartServer() {
System.out.println("Received message to restartServer !!!!");
try {
String Out ="";
String command = "java -cp .:../lib/jdom.jar:../lib/log4j.jar javaeva.server.EvAServer &";
String command = "java -cp . eva2.server.EvAServer &";
System.out.println("Calling the command:"+"java javaeva.server.EvAServer");
System.out.println("Calling the command:"+"java eva2.server.EvAServer");
Process pro = Runtime.getRuntime().exec(command);
BufferedReader in = new BufferedReader ( new InputStreamReader (pro.getInputStream()));
// String line = null;