Re: Felix reset cache dir

2014-08-16 Thread Raymond Auge
This is the exact code from the OSGI core spec document: void launch( String factoryName, File[] bundles ) throws Exception { Map p = new HashMap(); p.put( "org.osgi.framework.storage", System.getProperty("user.home") + File.separator+"osgi"); FrameworkFactory factory = (FrameworkFactory) Class.

Re: Felix reset cache dir

2014-08-16 Thread rcbandit
Could you please show me some code example? I can't make it work. -- View this message in context: http://apache-felix.18485.x6.nabble.com/Felix-reset-cache-dir-tp5009457p5009502.html Sent from the Apache Felix - Users mailing list archive at Nabble.com. ---