Michael Koch wrote: >> | On Mon, May 29, 2006 at 09:25:55PM +0100, Carlos Correia wrote: >> |>I tried that, but then it unistalls 'cupsys' and Java's PrintJob returns >> |>the message 'No print service found', so it seems that I do need cupsys >> |>(or gs-eps) to print from Java!?
Carlos do you have a testcase that I could use to try to reproduce this problem? > Then mail to SUN and pray for an answer. This is a closed source Java > runtime. We cant fix it ourself. Sorry. It's certainly possible that this is a bug in Sun's Java... You could check the bug database to see if you find a match [1]. As Carlos reported that this is fixed with a new version of gs then I suspect the bug has more to do with expected services of the Java runtime (provided by gs 8.5) than bug within the runtime. As an FYI anyone that installs the sun-java5-source package will have the file "src.zip" which includes the source code to Java SE 5.0. Many people do not realize that the source code for Java SE 6 (code named Mustang) is already available on the web [2]. Sun welcomes and has taken many contributions for fixes for Mustang [3]. In addition Sun has expressed the intent to open source Java [4]. HTH, --Tom [1] http://bugs.sun.com/bugdatabase/index.jsp [2] https://mustang.dev.java.net/ [3] http://community.java.net/jdk/ [4] http://blogs.sun.com/roller/page/webmink?entry=compatibility -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

