Page 1 of 1

Java extensions - system output

Posted: Thu Aug 09, 2012 3:31 pm
by jwalker
From a WorkspaceAccessPluginExtension or other extension, is there a view that the System.out or System.err output is directed to?

Re: Java extensions - system output

Posted: Thu Aug 09, 2012 3:49 pm
by Radu
Hi,

We do not redirect system.err or system.out in any way.
So if you start Oxygen using our command line executables like oxygen.bat you should see the messages in the console.
Or you can redirect yourself from the plugin Java code the System.err or out to a certain file or a custom view.

Regards,
Radu

Re: Java extensions - system output

Posted: Thu Aug 09, 2012 4:17 pm
by jwalker
I do see the messages when I start from the command line. Thanks!