Hi,
I think you are not creating the jars correctly.
As you can see you have the following package hierarchy:
com.mycomp.cryptox
First check whether the generated jars has the following packages or not.
The .class files should be inside
com/mycomp/cryptox/
For that you should be in the just one level up of the
com directory. Then you should use the jar command to generate the jars....
That will definitely work...
Thanks
Nirmal