Advertisement
Nickname
gordo
Registered since:
April 14, 2003
Short bio:
 
Home page:
 
Total posts:
2

Forum posts by gordon:

1 page [ 1 ]
Posted in Java Answers Forum, Apr 17, 2003, 1:50 PM
On the client side, when I type in a filename in the JTextField and press enter, nothing happens. I want the server to get the file and send the contents back to the client. The client is connecting; I believe my problem is in my processConnection method in the server file.Please advise. The code for both server.java and client.java is...
Posted in Java Answers Forum, Apr 15, 2003, 12:38 AM
OK, I've gotten this far on my own, but now I need a little help.My program is supposed to allow a client to type in a file name in a JTextField and have the server return the file contents. The program does absolutely nothing. Both java files compile with no errors. First I run the server program. Then I open another MS-DOS window and run the...
1 page [ 1 ]
Advertisement