Fixing: a jvm error

" An unexpected error has been detected by HotSpot Virtual Machine" keeps popping up everytime when i tried the Selenium 0.9.2 test cases using IE7 as the opening browser. It fails with both jvm 1.5.0.8 and 1.6.0.3.

The simplest way to fix this problem is to add the following JVM option

-Djava.net.preferIPv4Stack=true

The Inet4AddressImpl is not thread safe.

你可能感兴趣的:(jvm,thread,.net,UP)