[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] Re: List of active plugins from cmd-line?

Chris W schrieb:
We'd like to test our Update Site by installing our plugins via the Update Manager from the command-line. It looks like org.eclipse.update.core.standaloneUpdate does that. Next we'd like to verify that the plugins were successfully install and activated.

Is there a way to get a list of active plugins from a running Eclipse?

Thank you.


You can start your application with the "-console" programm argument. Then the OSGi Console is active and you should be able to list all plugins with their states by the line-command "ss".