Menu

#1 run.bat typo

open
nobody
None
5
2002-09-23
2002-09-23
roel
No

Typo in file run.bat

Discussion

  • roel

    roel - 2002-09-23

    run.bat patch

     
  • roel

    roel - 2002-09-23

    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

     

Log in to post a comment.