Comment 5 for bug 86970

Revision history for this message
Tom G (tagra123) wrote :

The following will let the Java print dialog display but it still fails to print in Ubuntu using Java 1.6. It might work on others. I haven tried other version. This also fixes the Netbeans 5.5 printing problem in Ubuntu. I don't know if this hack will make other programs not print properly, especially those that need libcups.so

sudo mv libcups.so _libcups.so

To undo this change

sudo mv _libcups.so libcups.so

http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6516881