Hi sir:You can solve my problem?I built a bean component:class MyBean extends Canvac implemetns Serilizable{..........}I also built a manifest file manifest.stubName:MyBean.classJava-Bean:TrueI also used jar command to compile MyBean.jar filejar cfm MyBean.jar manifest.stub MyBean.classin same directory, a MyBean.jar file is created.But when I install the bean on beanbox tool of BDK by copyMyBean.jar to the jars/directory within BDK. I can not findMyBean on beanbox tool. Can you help me?Thank you