How Equinox load bundles Equinox launcher is responsible to start OSGi framework. The system bundle would be created and marked as installed when initializing the framework. Equinox also tries to install the installed bundles if finding them in persistence data during the initializing period. Of course there is no …
Read More about [eclipse]How Equinox load bundlesLearn p2 step by step See this link for detail Learn P2 step by step p2 concept p2 install p2 install practice p2 repository publish customized p2 touchpoint p2 repository publish practice Example Code Reference p2 concept 首先来理解p2引入的几个概念[1] p2 / Agent The provisioning infrastructure on client machines Installable Unit …
Read More about [Eclipse][P2]Learn p2 step by stepssh -qTfnN -D LocalPort remotehost All the added options are for a ssh session that's used for tunneling. -q :- be very quite, we are acting only as a tunnel. -T :- Do not allocate a pseudo tty, we are only acting a tunnel. -f :- move the ssh process to background, as we don't want to interact with this ssh session …
Read More about [tip]ssh forward-Dosgi.install.area=<launcher's folder> -Declipse.p2.profile=
Read More about Simulate p2 self host in Eclipse runThe IPreferenceStore API of Eclipse is based on OSGi's preferences service. Equinox implements several scope context for different preferences, such DefaultScope, InstanceScope and ConfigurationScope. The IPreferenceStore is the wrapper of instance scope for back-compatibility. It stored the data in …
Read More about Eclipse/OSGi preferenceEclipse platform register an OSGi service 'IProxyService' to manage network connection, which has capability to set proxy setting. There are three types of proxy working mode, Direct(no proxy), Manual(specified by user), Native(using OS's proxy setting, such as gnome-proxy, IE). There are three types of proxy supported …
Read More about The usage of Eclipse's Proxy APIadd below lines in ~/.gnomerc export XMODIFIERS="@im=fcitx" export GTK_IM_MODULE="xim"
Read More about How to set default input method for GNOMEcreate symbol link under lib/plugins of firefox to link jre/plugins/i386/ns**/libjavaplugin_oji.so
Read More about [HowTo]How to set up jre environment in firefoxSuch as, (gdb) handle SIGPIPE nostop noprint pass
Read More about [Debug][tip]How to ignore specified signal when debugging program via gdb