Untitled

 avatar
user_2667927
plain_text
a year ago
343 B
2
Indexable
./mvnw dependency:build-classpath -Dmdep.outputFile=target/classpath -Dmdep.regenerateFile=true -q
echo -n -cp target/classes:> target/cmdargs
cat target/classpath >> target/cmdargs
if [ "$1" != "" ]
then
    java @target/cmdargs io.github.arrayv.main.ArrayVisualizer "%1"
else
    java @target/cmdargs io.github.arrayv.main.ArrayVisualizer
fi
Editor is loading...