Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Simple SWT Java Console

Google "swt console" turns up quite a few possibilities ("swt shell" fails because SWT has a "Shell" class).

http://wbeaton.blogspot.com/2006/10/displaying-console-in-your-rcp.html

http://sourceforge.net/projects/jpls/

http://eclim.sourceforge.net/

http://www.cs.washington.edu/homes/isdal/plman/doc/edu/washington/cs/pl_if/gui/console/Console.html

Jim

Jens Karnold wrote:

Hello everybody,
is there any solution for the following problem ?

I need a SWT Widget (Shell with a Textarea) which prints the hole
output from Standard Out/Err. Perfect is something like "OutputWindow
myjavashell = new OutputWindow();" which starts the Widget as a new
Thread and realises the redirect of the Messages.

For several weeks I did not found anything about this topic. Does
anybody know about such a Project ?

Best regards
Jens
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev




Back to the top