jextract throws exceptions when use --src-dump-dir under following scenarios,
1. Not specifying target package name with -t. This will cause jextract trying to write static forwarder source into root folder.
2. If the --src-dump-dir specified is a symbolic link to an existing folder, jextract will fail with java.nio.file.FileAlreadyExistsException
1. Not specifying target package name with -t. This will cause jextract trying to write static forwarder source into root folder.
2. If the --src-dump-dir specified is a symbolic link to an existing folder, jextract will fail with java.nio.file.FileAlreadyExistsException