On Wed, Jun 18, 2008 at 5:33 PM, Julius Davies <[EMAIL PROTECTED]>
wrote:
> Your very first code example (without the context) should be fine!
> There is no need to set any ciphers. Java has a list of ciphers it
> will automatically try to use.
>
> If you like downloading jar files, here's anothe
Your very first code example (without the context) should be fine!
There is no need to set any ciphers. Java has a list of ciphers it
will automatically try to use.
If you like downloading jar files, here's another way:
http://juliusdavies.ca/commons-ssl/ssl.html
yours,
Julius
On Wed, Jun
On Wed, Jun 18, 2008 at 2:14 PM, AverageGuy <[EMAIL PROTECTED]> wrote:
>
>
>
> Julius Davies-2 wrote:
> >
> > Your code is fine. Don't use /usr/bin/java (the gnu jvm)! Install a
> > JVM from Sun or IBM or BEA or Blackdown, or Kaffe, at the very least,
> > and use that instead.
> >
> > After inst
Julius Davies-2 wrote:
>
> Your code is fine. Don't use /usr/bin/java (the gnu jvm)! Install a
> JVM from Sun or IBM or BEA or Blackdown, or Kaffe, at the very least,
> and use that instead.
>
> After installing a vendor's JVM, make sure you use the "java"
> executable they provide. For exa
Your code is fine. Don't use /usr/bin/java (the gnu jvm)! Install a
JVM from Sun or IBM or BEA or Blackdown, or Kaffe, at the very least,
and use that instead.
After installing a vendor's JVM, make sure you use the "java"
executable they provide. For example:
/opt/java/ibm-java-ppc-60/bin/java