-
Notifications
You must be signed in to change notification settings - Fork 203
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels