A minimal setup with Java jqwik to get you started.
git clone https://github.com/swkBerlin/kata-bootstraps
cd java/jqwik
Open as preexisting project in your favorite IDE and choose between gradle or maven nature.
To execute the tests either run ./gradlew test
, mvn test
or run the tests from the IDE you are using.