Just found a single line of a macOS shell to start a Java program which sets the classpath by including all jar files from a directory:
run.sh
java -cp "../bin/:../lib/*" $1
Execute it with
./run.sh Test
Just found a single line of a macOS shell to start a Java program which sets the classpath by including all jar files from a directory:
run.sh
java -cp "../bin/:../lib/*" $1
Execute it with
./run.sh Test
For further actions, you may consider blocking this person and/or reporting abuse
Arshi Saxena -
Patrick -
Bishwa Poudel -
Dhanush -
Top comments (0)