Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Minimal set of plug-ins for InfoCenter
Minimal set of plug-ins for InfoCenter [message #326374] Tue, 18 March 2008 10:46
Roger Villars is currently offline Roger VillarsFriend
Messages: 57
Registered: July 2009
Member
Hi.

The InfoCenter help says:

------
[Optional] Installing a minimal set of plug-ins
The infocenter does not require the entire Eclipse Platform package. It
is possible to run an infocenter with the following plug-ins (located in
the eclipse\plugins directory):

org.apache.lucene
org.eclipse.core.runtime
org.eclipse.help
org.eclipse.help.appserver
org.eclipse.help.base
org.eclipse.help.webapp
org.eclipse.osgi
org.eclipse.tomcat
org.eclipse.update.configurator
------

I tried to start such a configuration with the following command:

java -classpath
d:\myApp\eclipse\plugins\org.eclipse.help.base_[version].jar
org.eclipse.help.standalone.Infocenter -command start -eclipsehome
d:\myApp\eclipse -port 8081 -noexec

But I got the following error:

------
java.lang.Exception: Plugins directory
C:\Users\rovi.MIMACOM\Desktop\InfoCenter\.\plugins does not contain
valid startup jar. Pass a correct -eclipsehome option
at
org.eclipse.help.internal.standalone.Eclipse.getStartupJar(E clipse.java:182)
at
org.eclipse.help.internal.standalone.Eclipse.prepareJavaComm and(Eclipse.java:76)
at
org.eclipse.help.internal.standalone.Eclipse.prepareCommand( Eclipse.java:48)
at
org.eclipse.help.internal.standalone.Eclipse.run(Eclipse.jav a:87)
------

Starting the InfoCenter with the whole Platform Runtime Binary works but
that's about 40MB.
It seems that the InfoCenter help isn't up to date anymore. Does anybody
know the current minimal needed plugin set for the InfoCenter for
eclipse 3.3?

Thanks
Roger
Previous Topic:SVN doesn't notice when file changes in my plugin
Next Topic:Problem while launching eclipse executable
Goto Forum:
  


Current Time: Thu Jul 18 21:34:18 GMT 2024

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

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

Back to the top