Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Problems creating a Chatserver -Plugin
Problems creating a Chatserver -Plugin [message #164617] Tue, 08 August 2006 16:53
Eclipse UserFriend
Originally posted by: Fresh_pr1nce.hotmail.com

Hi!

Well I have created a ChatSystem that works quite well. When I start the
Chatserver that listens on a certain port there is a System.out.println
saying "Server is listening on port bla bla...". On the other hand I have
"created" a Hello World Plugin that says "Hello World".
I create a Server instance in the plugin's method createPartControl():

Server server = new Server(port);

When I start the plugin, a new Eclipse Workbench instance shows up, but
the Server's Output Strings are sent to the first eclipse instance... and
not in the new Workbench Output Console. Does anybody know why?

Thanks a lot!

Fr3sh
Previous Topic:eclipse unzip problem
Next Topic:ObjectContribution vs viewContribution
Goto Forum:
  


Current Time: Tue Apr 23 14:10:40 GMT 2024

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

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

Back to the top