This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Creating native binaries using GNU-Crypto
On Thu, 2003-12-11 at 15:24, Andrew Haley wrote:
> Stefan Prelle writes:
> >
> > Since I was using javax.crypto I added
> > -I/home/prelle/platform/linuxpc/share/javax-crypto.jar
> > to my compile command.
>
> What classes are in that jarfile? Any classes that are also in libgcj?
The jar-files contain the GNU-Crypto classes for the gnu.crypto.* and
the javax.crypto packages.
Stefan