JMX / JConsole regression with Attach API using Java 7u40 ?

2013-10-12 Thread Christopher Brown
Hello, When I start an application, using Apple Java 1.6.0_51 (with "java -jar application.jar" and no "-D" parameters), I can connect to it using JConsole, using either the Apple Java 6 version or the Oracle Java 7 version. The application registers some MXBeans using the PlatformMBeanServer. N

Re: JMX / JConsole regression with Attach API using Java 7u40 ?

2013-10-14 Thread Christopher Brown
e running into. Can try deleting all files called > .attach_pidXXX and .java_pidXXX in your $TMPDIR? Also make sure jconsole > and java are launched as the same user. > >> > >> Thanks, > >> /Staffan > >> > >> On 12 okt 2013, at 23:00, Christopher

File watching on Oracle JDK on Mac OS X and other platforms

2013-11-01 Thread Christopher Brown
Hello, As I understand it, the file watcher service introduced with JDK 7 uses native (near real-time) notifications on Windows and Linux, but polling on Mac OS X. First off, is this correct? Second, if it is, what is the polling interval on Mac OS X (and can it be configured)? (I originally po

Re: File watching on Oracle JDK on Mac OS X and other platforms

2013-11-02 Thread Christopher Brown
November 2013 08:50, Alan Bateman wrote: > On 01/11/2013 16:33, Christopher Brown wrote: > >> Hello, >> >> As I understand it, the file watcher service introduced with JDK 7 uses >> native (near real-time) notifications on Windows and Linux, but polling on >>

Re: Getting OS X to Install Java 7 on App Launch

2014-02-06 Thread Christopher Brown
Hello, One Swing application that I am maintaining currently relies on the Apple JavaApplicationStub. Reading this thread, I'm wondering if I should look at https://java.net/projects/appbundler/pages/Home or look somewhere else (is it deprecated by the JavaFX packager)? With the upgrade of a Swi