Re: Where is API User's Guide?

Jan Luehe (luehe@laguna.eng.sun.com)
Fri, 18 Sep 1998 10:11:42 -0700 (PDT)

Paul:

> I saw a few references to the JCE API User's Guide in this news group.
> Where can I find this?
>
> There is an html file which comes with the distribution called
> 'API_users_guide.html', but it just contains a link to the JCE API
> Specification & Reference.

The API_users_guide.html document, which is export-restricted,
is referenced from the JCE javadcos, which are not export-restricted.

There are 2 downloadable JCE packages: one contains javadocs only
and a dummy API_users_guide.html (downloadable by anybody),
and the other contains the binaries plus
javadocs plus API Specification & Reference (user guide)
(downloadable only from U.S./Canada).

Note that API_users_guide.html is subjected to the same export
restrictions as the binaries themselves. Therefore, the JCE package
that is downloadable by anybody contains only a dummy version
of this document.

To get the real version, you have to download the package that
contains the binaries.

Jan