Are Eclipse Plugins Platform-Independent? -


i want distribute eclipse platform pre-installed plugins different users different operation systems.

on side http://www.eclipse.org/downloads/ have choose target platform eclipse, downloaded linux 32 , 64 bit , windows 32 , 64 bit.

i want distribute eclipse pre-installed , self written plugins other people. can install plugins in 1 eclipse installation and copy files /plugins folder to every /plugins folder of other eclipse versions linux , windows or plugins (also pre-existing default plugins) in /plugin folder platform dependend , must installed seperatly on target platform?

some are, aren't. eclipse supports inclusion of native code in osgi bundles, , unpacks , accesses via jni. native code can in separate 'fragments', , eclipse won't download fragments other architectures.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -