Forum: Java Nov 21st, 2004 |
| Replies: 5 Views: 7,705 All right, I have managed to get this running just fine. I ended up sitting down and looking at the problem from a more open perspective instead of, "why the hell isn't this bitch doing what i want... |
Forum: Java Nov 19th, 2004 |
| Replies: 5 Views: 7,705 All right, now i can be a bit more specific.
We are able to transfer ascii files back and forth (xml, file lengths, things like that) but whenever we attempt to transfer a binary file such as an... |
Forum: Java Nov 10th, 2004 |
| Replies: 5 Views: 7,705 We are able to make the connection to each other, but when the client tranfers the UTF-9 chars to make up GET the Java client won't receive the data and the thread dies when the input stream attempts... |
Forum: Java Nov 9th, 2004 |
| Replies: 5 Views: 7,705 I am working on a project which involves a server/client model running over a network. The server is written in Java, and the client is a C++ addition to an existing product (which is written in VB... |