hi,
while I am reading your book and following your instruction, I found some execution error
So I am writing to you
/book/bin/frankenstein.cmd file has an error.
your source is as shown below
6: for %%i in (..\lib*.jar) do set CLASSPATH=!CLASSPATH!;%%i
-- you should change like this
-- for %%i in (.\target\dependency*.jar) do set CLASSPATH=!CLASSPATH!;%%i
thanks.
hi,
while I am reading your book and following your instruction, I found some execution error
So I am writing to you
/book/bin/frankenstein.cmd file has an error.
your source is as shown below
6: for %%i in (..\lib*.jar) do set CLASSPATH=!CLASSPATH!;%%i
-- you should change like this
-- for %%i in (.\target\dependency*.jar) do set CLASSPATH=!CLASSPATH!;%%i
thanks.