I have a problem with the Iterator in J#. In standard Java this code would have run through all the elements in ‘myVector’ and would have worked fine. I have imported both java.util.Vector and java.util.Iterator. Iterator myIterator = myVector.iterator();
Hello! I have a J# socket client that does an HTTP Post. Code pasted below. This client works fine on my XP and Win 2003 boxes, but on my Win 2000 Server box, the socket just hangs when it tries to read. No exception nothing just hangs.