Java extensions - system output

Oxygen general issues.
jwalker
Posts: 10
Joined: Thu Aug 09, 2012 3:27 pm

Java extensions - system output

Post by jwalker »

From a WorkspaceAccessPluginExtension or other extension, is there a view that the System.out or System.err output is directed to?
Radu
Posts: 9446
Joined: Fri Jul 09, 2004 5:18 pm

Re: Java extensions - system output

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
jwalker
Posts: 10
Joined: Thu Aug 09, 2012 3:27 pm

Re: Java extensions - system output

Post by jwalker »

I do see the messages when I start from the command line. Thanks!
Post Reply