View Single Post
  #2   (View Single Post)  
Old 10th September 2008
BSDKaffee's Avatar
BSDKaffee BSDKaffee is offline
Real Name: Jason Hale
Coffee Addict
 
Join Date: May 2008
Location: Wintersville, Ohio
Posts: 212
Default

A while ago I had trouble with Java applets related to IPV6. Currently I am using jdk15 with FreeBSD 7.0.

In /etc/sysctl.conf I added:
Code:
net.inet6.ip6.v6only=0
To do this on the fly:
# sysctl net.inet6.ip6.v6only=0

I would also suggest backing up and deleting ~/.java.
Reply With Quote