wobei wird "Fahrrad.Main.main(args)" als "main" Methode angerufen. Man kann "Fahrrad.Main.java" anpassen um "mystical" KF zu starten.
Die Dienste MÜSSEN in "Fahrrad.Main.java" NICHT sein! Um eine neue Dienst einzufügen soll man "main.cmd" anpassen.
Es muss ein Variable "JAVA_HOME" exestieren. (Normaleweise JAVA_HOME == "C:\j2sdk1.4.2_07")
um nur HttpReggie zu starten soll man "start.cmd" anrufen. danach kann man auch mit Eclipse einige Dienste starten wenn man in "Arguments": -Djava.security.policy=policy.all -Djava.rmi.server.codebase=http://COMPUTERNAME:8081/RagtAs.jar
ps: um lib/RagtAs.jar zu erzeugen ruft man "build.jar.cmd".
Im Moment sind alle *.jar unter RagtAs Feinetwurf\lib\ . Das geht aber für die CommAPI so nicht, denn: "Copy win32com.dll to your \bin directory. C:\>copy c:\commapi\win32com.dll to c:\jdk1.1.6\bin
Copy comm.jar to your \lib directory. C:\>copy c:\commapi\comm.jar c:\jdk1.1.6\lib
Copy javax.comm.properties to your \lib directory. C:\>copy c:\commapi\javax.comm.properties c:\jdk1.1.6\lib The javax.comm.properties file must be installed. If it is not, no ports will be found by the system."
Also müssen win32com.dll und javax.comm.properties ins JRE und von den Batch-Dateien auch gefunden werden.