I would like to change the cursor icon to my customized 32x32 image when a Java application is executing. I looked and searched, those I found are just setting cursor on a J
Try settin the cursor on the rootPane.
frame.getRootPane().setCursor(...);