Skip to content

windows execution error #22

@ehrudxo

Description

@ehrudxo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions