I'm executing eclipse on my system by providing the many argument options such as -vm, -nosplash, -showLocation etc.
Is there any option that will load a shared library before starting eclipse?
I'm executing eclipse on my system by providing the many argument options such as -vm, -nosplash, -showLocation etc.
Is there any option that will load a shared library before starting eclipse?
I am not sure what you are trying to achieve, you might want to investigate writing your "shared-library"
as an eclipse plugin, which can be specified to be loaded at start up.
An example from an eclipse.ini file:
-startup
../../../plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
../../../plugins/your_plugin_here