Running Java on Vista RC2, some tips...
As days go by, I am able to get more and more done on my desktop, but still to figure out how to get the productivity increase, as I was initially expecting from a modern OS. The last issues that I was facing was IPv6 vs. IPv4, and I have now been able to google the resource that explain it all: " The Cable Guy - October 2005 " on MSDN, especially the 'Disabling IPv6' section. Unless you disable IPv6 on all interfaces, you will have to change your way to start java process. Here is my new way to launch JUnit tests from ant: <junit showoutput="true" fork="yes"> <jvmarg value="-Djava.net.preferIPv4Stack=true"> ... I had to use the same option when starting the server-side process for my J2EE container. As this is not exactly lightweight, I'll have to find a better way forward (most likely hack with the registry as advised by the Cable Guy ). For some reason, I was expecting to find such information from the new integ