println output from within extension not seen
Pete Brunet
peter.brunet at oracle.com
Tue Jul 13 13:31:53 PDT 2010
Hi Christian, It must have been too early in the startup. I now use
GUIInitializedListener.guiInitialized to wait for the GUI subsystem to
come up and then TopLevelWindowListener.topLevelWindowCreated to wait
for the first window and now I see the output. (I might only need
guiInitialized, but for what I'm logging I also need to wait for the
first window - my code runs in lib\ext.)
I asked a few people/lists about this so ccing those for awareness that
my logging is now working.
Pete
===
Christian Thalinger wrote:
> On Thu, 2010-07-08 at 09:12 -0500, Pete Brunet wrote:
>
>> I am using a System.out.println in code running from lib/ext, but the
>> text is not showing up on the console from which java.exe was launched.
>> Is this a known issue and is there a workaround? Thanks, Pete
>>
>
> I can't think of a reason why it wouldn't work. Are you doing anything
> special?
>
> -- Christian
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-dev/attachments/20100713/146badba/attachment.html
More information about the hotspot-dev
mailing list