.jar Files with BDK/JavaBeans tutorial
I am taking the JavaBeans tutorial availabe on the sun website, and tried to write, compile and load the SimpleBean bean/.jar into the BeanBox.
The code compiles, and the .jar file is created with the manifest file and the .class file.
When I try to load the .jar file into BeanBox, however, I get a message saying the .jar file does not contain any beans.
Any ideas on why this is happening? I've taken the code directly from the web pages.
Thanks!

