79616114

Date: 2025-05-11 02:51:41
Score: 1.5
Natty:
Report link

For Java 21,

java -Xlog:class+load=info -cp your-app.jar com.myapp.Main

to show all modules attempted to be loaded.

Filter from there for Java packages as needed.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Brandon Murry