windowserror while creating a socket

How you cant think im new at netprogramming in java. Also I'm german so my english ist not very good.

And here's my problem:

Everytime I try to creak a socket there ist an Exception:

java.net.SocketException: Unrecognized Windows Sockets error 10106: Socket creation failed

My operating system is windows xp professional.

I already tried it with several codes from the web but theres always the same error. What could be the reason for this error? Do I have to put some settings in windows before i can use sockets?

[554 byte] By [VulcanRavena] at [2007-10-2 6:04:01]
# 1
The first entry in this search list appears to have a solution. There are many additional hits on this error: http://www.google.com/search?q=Unrecognized+Windows+Sockets+error+10106
ChuckBinga at 2007-7-16 13:04:26 > top of Java-index,Java Essentials,Java Programming...
# 2
thx, for the quick reply. Now its running. The problem was the JOE, if I start it with the console it works
VulcanRavena at 2007-7-16 13:04:26 > top of Java-index,Java Essentials,Java Programming...