JackTekTips
Programmer
Hello all,
I'm trying to use the JCE , but when i do this:
import javax.cripto.*;
I got the error below:
C:\temp\java\cripto>javac TestCripto.java
TestCripto.java:1: package javax.cripto does not exist
import javax.cripto.*;
^
1 error
I've already set up the classpath with the directory of my .jar file plus my .jar file name like this:
c:\<java directory>\<jce file name>
Does anybody can help me ?
TIA
Jack
I'm trying to use the JCE , but when i do this:
import javax.cripto.*;
I got the error below:
C:\temp\java\cripto>javac TestCripto.java
TestCripto.java:1: package javax.cripto does not exist
import javax.cripto.*;
^
1 error
I've already set up the classpath with the directory of my .jar file plus my .jar file name like this:
c:\<java directory>\<jce file name>
Does anybody can help me ?
TIA
Jack