Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » A problem with ConsolePlugin
A problem with ConsolePlugin [message #300796] Fri, 17 March 2006 03:56 Go to next message
Eclipse UserFriend
Originally posted by: zjzhoufy.gmail.com

In my program I want to use the org.eclipse.ui.console,
when I came to the following code,
ConsolePlugin plugin = ConsolePlugin.getDefault();
I got plugin=null,so my following codes dided work.
Did I miss someing?

Thanks!
Re: A problem with ConsolePlugin [message #300805 is a reply to message #300796] Fri, 17 March 2006 05:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: vinusemail.gmail.com

Hi,

Check whether the org.eclipse.ui.console plugin is activated or not

- Regards
Vinu

zjzhoufy wrote:
> In my program I want to use the org.eclipse.ui.console,
> when I came to the following code,
> ConsolePlugin plugin = ConsolePlugin.getDefault();
> I got plugin=null,so my following codes dided work.
> Did I miss someing?
>
> Thanks!

--
.........................................

Vinu Varghese
www.x-minds.org
Re: A problem with ConsolePlugin [message #300980 is a reply to message #300805] Tue, 21 March 2006 09:42 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: zjzhoufy.gmail.com

Thanks Vinu!
But how can I check whether the org.eclipse.ui.console plugin is activated or not !
I don't know how I can make sure the plugin is activated.
How to make the plugin be activated?
Re: A problem with ConsolePlugin [message #300982 is a reply to message #300796] Tue, 21 March 2006 10:00 Go to previous message
Eclipse UserFriend
Originally posted by: zjzhoufy.gmail.com

The source code in eclipse.org of ConsolePlugin.java has
the following code:
public ConsolePlugin() {
super();
fgPlugin = this;
}
the ConsolePlugin extends from org.eclipse.ui.plugin.AbstractUIPlugin;
but I can't find the AbstractUIPlugin class,where can I find this class!
Previous Topic:Error: Cannot connect to VM
Next Topic:problem com eclipse and Cientific Linux (REHL4)
Goto Forum:
  


Current Time: Wed May 07 14:33:24 EDT 2025

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

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

Back to the top