Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Writing to stdout
Writing to stdout [message #594481] Thu, 02 April 2009 05:06
Eclipse UserFriend
Hi,

Within my plugin I'm writing output to stdout (some debugging stuff and
also the compiler-output from the external compiler I am launching). When
started within eclipse in a runtime workbench everything works fine -
output goes to the console of the calling eclipse workbench.
For installing the plugin I made a feature project containing only this
plugin. The plugin runs - editor highlighting, menu contributions etc. are
visible but there is no output to the console. Do I have to write
somewhere else? At the moment I am simply calling System.out.print...
There is no error output, so I assume that the action is executed but
somehow the output gets lost.

any help is welcome :)

regards, Kathi
Previous Topic:Grid Layout
Next Topic:Writing to stdout
Goto Forum:
  


Current Time: Fri Jul 04 10:22:53 EDT 2025

Powered by FUDForum. Page generated in 0.04824 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top