Hi
Initialization vectors (IVs) is a continuously changing number used in combination with a secret key to encrypt data, which prevent dictionary attacks. For example, without an initialization vector, "password" will always encrypt to the same thing, and which makes a dictionary attack easier.
The initialization vector is not used with ECB mode but is important for other usage modes such as CBC. So I think you'd hava a look at your java code and give more information about this.
For further detailed information please refer to:
http://tcllib.sourceforge.net/doc/des.html
This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.