Hi, Did you try the 'solution' ? Go to the solution directory, call 'ant'. Then, go back to the felix directory, and launch felix (java -jar bin/felix.jar). Then, execute the following commands: start file:../solution/spell.services/output/spell.services.jar start file:../solution/spell.english/output/spell.english.jar start file:../solution/spell.checker/output/spell.checker.jar start file:../solution/spell.checker.gui/output/spell.checker.gui.jar
Does the GUI appears in that case ? By default, the given bundle are 'empty', the goal of the tutorial is to 'implement' them. Regards, Clement On 12.04.2010, at 14:06, Yu Huang wrote: > hello, > > I am a new bie to felix and ipojo, just simply followed the iPojo in 10 > minnutes instruction :http://felix.apache.org/site/ipojo-in-10-minutes.html > > successfully compiled every java files, and started all of them, but, > there is no UI showed up after start the spell.checker.gui bundle. > > no clue on this one. > > version of jdk i am using:jdk build 1.6.0_14-b08 > > Please advice what might go wrong , > > thank you very much. > > > //jack --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

