I am answering because I don't seem to have the rights to comment.
Support - multilanguage, thanks for your complete solution. I ran your code as is, except that I replaced tolkit.getImage("StackOverflowLogo.png") by tolkit.getImage("MKSignature.jpg"). I got the following error:
Exception in thread "main" java.lang.IllegalArgumentException: Width (-1) and height (-1) cannot be <= 0
at java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorModel.java:999)
at sun.awt.datatransfer.DataTransferer.imageToStandardBytes(DataTransferer.java:1994)
at sun.awt.windows.WDataTransferer.imageToPlatformBytes(WDataTransferer.java:267)
at sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:1123)
at sun.awt.windows.WDataTransferer.translateTransferable(WDataTransferer.java:163)
at sun.awt.windows.WClipboard.setContentsNative(WClipboard.java:73)
at sun.awt.datatransfer.SunClipboard.setContents(SunClipboard.java:93)
at automateSignature.LoadToClipboard.main(LoadToClipboard.java:8)
I have tried to find a place in the code where width and height can be specified, but have not succeeded. I also examined the properties of the jpg file and the w and h are specified.
Any ideas?