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
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
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
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
>>
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