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

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.