implementing triple des in java

Hi, all

i have downloaded a sample code for implementing triple des and i am trying to run that code in kawa software. it uses following additional classes

import cryptix.util.core.BI;

import cryptix.util.core.ArrayUtil;

import cryptix.util.core.Hex;

import cryptix.provider.key.*;

i have downloaded the above classes and it also appears under packages but then why does it give errors that "package cryptix.provider.key does not exist"

[479 byte] By [Jignesh_Vertscapea] at [2007-10-2 5:40:03]
# 1
Try walking before running! I suspect you need to start with http://java.sun.com/docs/books/tutorial/getStarted/index.html .
sabre150a at 2007-7-16 1:50:24 > top of Java-index,Java Essentials,Java Programming...
# 2
> Try walking before running! Currently he's crouching. I thought Kawa's EOLed for years?
CeciNEstPasUnProgrammeura at 2007-7-16 1:50:24 > top of Java-index,Java Essentials,Java Programming...
# 3
And OP: classpath! You actually need to add those packages to it.
CeciNEstPasUnProgrammeura at 2007-7-16 1:50:24 > top of Java-index,Java Essentials,Java Programming...