View Single Post
  (#7 (permalink)) Old
nirmal.hbti@gmail.com nirmal.hbti@gmail.com is offline
Member
 
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Join Date: Apr 2009
Default 04-27-2009, 06:13 AM

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
Reply With Quote