Bonjour tout le monde,


J'ai besoin d'installer l'OSGi apache Felix sur un pocket PC contenant la jvm j9 PPRO10 de ibm ou CreMe de NSIcom.
Pour j9, j'ai essayé d'installer le fichier felix.jar en créant un fichier lnk contenant la commande:

#"\Program Files\J9\PPRO10\bin\j9.exe" -jcl:PPro10 -cp /bin/felix.jar org.apache.felix.main.Main -console -clean

Une erreur apparait sur la console : Usage : [<bundle-cache-dir>]
Alors g configuré le fichier config.properties de la manière suivante en indiquant le chemin du cache-dir:

# The following property makes specified packages from the class path
# available to all bundles. You should avoid using this property.
#org.osgi.framework.bootdelegation=sun.*,com.sun.*

# The following property explicitly specifies the location of the bundle
# cache, which defaults to "felix-cache" in the current working directory.
# If this value is not absolute, then the felix.cache.rootdir controls
# how the absolute location is calculated. (See next property)
org.osgi.framework.storage=${felix.cache.rootdir}/felix-cache

# The following property is used to convert a relative bundle cache
# location into an absolute one by specifying the root to prepend to
# the relative cache path. The default for this property is the
# current working directory.
felix.cache.rootdir=${user.dir}

# The following property controls whether the bundle cache is flushed
# the first time the framework is initialized. Possible values are
# "none" and "onFirstInit"; the default is "none".
org.osgi.framework.storage.clean=onFirstInit

felix.auto.start.1= \
file:bundle/org.apache.felix.shell-1.2.0.jar \
file:bundle/org.apache.felix.shell.tui-1.2.0.jar \
file:bundle/org.apache.felix.bundlerepository-1.4.0.jar

felix.log.level=1

# Sets the initial start level of the framework upon startup.
org.osgi.framework.startlevel=1

# Sets the start level of newly installed bundles.
felix.startlevel.bundle=1

# Invalid fragment bundles throw an 'exception' by default, but
# uncomment the follow line to have them log a 'warning' instead.
felix.fragment.validation=warning

le fichier felix.jar est téléchargeable a partir de : http://felix.apache.org/site/downloads.cgi

Est ce que quelqu'un est arrivé a installer l'OSGi apache felix sur windows mobile ??

Merci d'avance pour votre aide :))