Re: [OpenJDK 2D-Dev] printing from the mac sandbox

2017-07-03 Thread Sean Reilly
> On 2017.06.02, at 18:06, Phil Race wrote: >> 2) Is there a reason not to use the unix domain socket connection? The >> connection details seem to be encapsulated within the libcups code so I >> don't see why the java level needs to override the result returned by the >> call to `cupsServer`

Re: [OpenJDK 2D-Dev] printing from the mac sandbox

2017-06-02 Thread Phil Race
see in-line. On 06/01/2017 08:09 AM, Sean Reilly wrote: There is a printing problem using recent JDKs when running within the macOS sandbox as of 10.12.4. Looking at the jdk8 sources, CUPSfuncs.c seems to ignore the cupsServer by the system CUPS libraries if it returns a reference to a unix d

Re: [OpenJDK 2D-Dev] printing from the mac sandbox

2017-06-01 Thread Sergey Bylokhov
Hi, Sean. The correct mailing list for discussion of such issues is: 2d-dev (cc). - srei...@seanreilly.com wrote: > There seems to be a big printing problem using recent JDKs when > running within the macOS sandbox as of 10.12.4. > > Looking at the jdk8 sources, CUPSfuncs.c seems to ignore t