Removed rmi.zip from classpath.
This commit is contained in:
parent
e724c8367e
commit
010f71e201
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ set HOP_PORT=8080
|
||||||
|
|
||||||
echo Starting Web server on port %HOP_PORT%
|
echo Starting Web server on port %HOP_PORT%
|
||||||
|
|
||||||
java -classpath c:\winnt\java\packages\rmi.zip;%JARS% helma.main.Server -w %HOP_PORT%
|
java -classpath %JARS% helma.main.Server -w %HOP_PORT%
|
||||||
|
|
Loading…
Add table
Reference in a new issue