Re: FreeBSD 7 and java networking

2007-11-08 Thread Peter Wullinger
2007/11/7, Peter Wullinger [EMAIL PROTECTED]:

 In epistula a David Taylor, die horaque Wed, Nov 07, 2007 at 06:18:57PM
 +:
  Hello,
 
  I've tried compiling java/jdk15 and java/jdk16 bootstrapping with
  all three binary jdks (diablo 1.5, linux 1.5, linux 1.6).
 
  They all give the same problem:

 Hello David,

 Have you tried setting

 export JAVAVAVM_OPTS_java=-Djava.net.preferIPv4Stack=true
 export JAVAVAVM_OPTS_javaws=-J-Djava.net.preferIPv4Stack=true


of course this has to be JAVAVM_OPTS_java and  JAVAVM_OPTS_javawm ..

Peter
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 7 and java networking

2007-11-08 Thread David Taylor
On Thu, 08 Nov 2007, Peter Wullinger wrote:

 2007/11/7, Peter Wullinger [EMAIL PROTECTED]:
 
  In epistula a David Taylor, die horaque Wed, Nov 07, 2007 at 06:18:57PM
  +:
   Hello,
  
   I've tried compiling java/jdk15 and java/jdk16 bootstrapping with
   all three binary jdks (diablo 1.5, linux 1.5, linux 1.6).
  
   They all give the same problem:
 
  Hello David,
 
  Have you tried setting
 
  export JAVAVAVM_OPTS_java=-Djava.net.preferIPv4Stack=true
  export JAVAVAVM_OPTS_javaws=-J-Djava.net.preferIPv4Stack=true
 
 
 of course this has to be JAVAVM_OPTS_java and  JAVAVM_OPTS_javawm ..

Thanks!  This does indeed fix the problem.

Is there any more information on the problem with IPv6?

-- 
David Taylor 
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: FreeBSD 7 and java networking

2007-11-07 Thread Peter Wullinger
In epistula a David Taylor, die horaque Wed, Nov 07, 2007 at 06:18:57PM +:
 Hello,
 
 I've tried compiling java/jdk15 and java/jdk16 bootstrapping with
 all three binary jdks (diablo 1.5, linux 1.5, linux 1.6).
 
 They all give the same problem:
 
Hello David,

Have you tried setting

export JAVAVAVM_OPTS_java=-Djava.net.preferIPv4Stack=true
export JAVAVAVM_OPTS_javaws=-J-Djava.net.preferIPv4Stack=true

If this helps, the problem maybe related to

http://lists.freebsd.org/pipermail/freebsd-java/2007-August/006544.html

I can't find a PR for that currently, so I don't know if this is known
(and both problems are the same).

Regards,
PEter

-- 
Alte Leute sind gefährlich, denn sie fürchten sich nicht vor der
Zukunft.  
-- Sir Peter Ustinov
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to [EMAIL PROTECTED]