[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: Single instance of the application is required

Ravi wrote:
Hi

We have a rich client application, Whenever we run this from eclipse run option, it is showing a new window. But, we would like to show the same window no matter how many times we run. So, I changed my main application class to singleton. But, how can Eclipse invoke this class?

I'm getting the following error:

Class org.eclipse.core.internal.registry.ConfigurationElement can not access my main window class.

As far as I know, the framework does not handle this out of the box so you'll have to implement it yourself.


However, if it's good submit it to the bugzilla as a patch!

--
Alex