Friday, January 9, 2015

Debug Information when using Java's Printing Services

If you work with javax.print and want to know which parameters are sent to the printing device use following VM parameter to enable some debug information on standard out:

-Dsun.print.ippdebug=true

No comments: