#1 run.bat typo
open
nobody
None
5
2002-09-23
2002-09-23
No
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
run.bat patch
Logged In: YES
user_id=569946
There is a type in the last line of run.bat
Before patch:
java -cp "%APPCLASSPATH%;CLASSPATH%"
com.javanovic.karapansapi.strutsgen.StrutsGenerator %1 %2 %3
%4 %5 %6 %7 %8 %9
After patch:
java -cp "%APPCLASSPATH%;%CLASSPATH%"
com.javanovic.karapansapi.strutsgen.StrutsGenerator %1 %2 %3
%4 %5 %6 %7 %8 %9