1.sip-communicator/sc-bundles/.jar [william]:need defined in the flex.client.run.properties,not the classpath
2.sip-communicator/lib/.jar [william]:need defined in the classpath
3.sip-communicator/lib/os-specific/osname/.jar
4.sip-communicator/lib/native/osname/.dll
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
To minimize the amount of configuration necessary to install bundles when you launch the framework, the Felix launcher uses the concept of an "auto-deploy" directory. The Felix launcher deploys all bundles in the auto-deploy directory into the framework instance during startup. By default, the auto-deploy directory is "bundle" in the current directory, but it can be specified on the command line like this:
java -jar bin/felix.jar -b /path/to/dir
Specifying an auto-deploy directory replaces the default directory, it does not augment it. The framework distribution is configured to install and start bundles in the auto-deploy directory. Both the location of the auto-deploy directory and the deployment actions performed can be controlled by the following configuration properties, respectively:
•felix.auto.deploy.dir - Specifies the auto-deploy directory from which bundles are automatically deploy at framework startup. The default is the bundle/ directory of the current directory.
•felix.auto.deploy.action - Specifies the auto-deploy actions to be performed on the bundle JAR files found in the auto-deploy directory. The possible actions are install, update, start, and uninstall. If no actions are specified, then the auto-deploy directory is not processed (i.e., it is disabled). There is no default value for this property, but the default config.properties file installed with the Felix framework distribution sets the value to: install, start
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1.felix:install file:/path/to/bundle/bundle.jar
2.felix:start command and the bundle identifier of the desired bundle
3.felix:lb command is used to list installed bundles and to obtain the bundle's identifier
4.felix:stop command is used to stop a bundle
5.felix:uninstall command is used to remove a bundle from the bundle cache
6.Bundles can be updated using the felix:update command
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
https://jitsi.org/index.php/Documentation/HowToBuildAnInstaller
1.sip-communicator/sc-bundles/.jar
[william]:need defined in the flex.client.run.properties,not the classpath
2.sip-communicator/lib/.jar
[william]:need defined in the classpath
3.sip-communicator/lib/os-specific/osname/.jar
4.sip-communicator/lib/native/osname/.dll
Bundle Auto-Deploy
To minimize the amount of configuration necessary to install bundles when you launch the framework, the Felix launcher uses the concept of an "auto-deploy" directory. The Felix launcher deploys all bundles in the auto-deploy directory into the framework instance during startup. By default, the auto-deploy directory is "bundle" in the current directory, but it can be specified on the command line like this:
java -jar bin/felix.jar -b /path/to/dir
Specifying an auto-deploy directory replaces the default directory, it does not augment it. The framework distribution is configured to install and start bundles in the auto-deploy directory. Both the location of the auto-deploy directory and the deployment actions performed can be controlled by the following configuration properties, respectively:
•felix.auto.deploy.dir - Specifies the auto-deploy directory from which bundles are automatically deploy at framework startup. The default is the bundle/ directory of the current directory.
•felix.auto.deploy.action - Specifies the auto-deploy actions to be performed on the bundle JAR files found in the auto-deploy directory. The possible actions are install, update, start, and uninstall. If no actions are specified, then the auto-deploy directory is not processed (i.e., it is disabled). There is no default value for this property, but the default config.properties file installed with the Felix framework distribution sets the value to: install, start
1.felix:install file:/path/to/bundle/bundle.jar
2.felix:start command and the bundle identifier of the desired bundle
3.felix:lb command is used to list installed bundles and to obtain the bundle's identifier
4.felix:stop command is used to stop a bundle
5.felix:uninstall command is used to remove a bundle from the bundle cache
6.Bundles can be updated using the felix:update command