Hi is there a chance to find where is java installed on windows ?? Becouse my application use JCE but not all algoritms are installed and I have to download some files
like its writen here.
Edit:
Another question, how to check if JCE is istall and contains such algotitm (DES) ??
It is typically installed under
c:\Program Files\Java\{JRE Release)Otherwise you can find the JDK home if it is installed by the
JAVA_HOMEenvironment variable.