CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: susanmg

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,772

    Chord Java Program Main Undefined

    I have a chord java sample program which doesn hve a main. It has multiple class files but none have a main. How 2 create a main function 4 tis program? What 2 pass in as arguments, how to initialize...
  2. Replies
    1
    Views
    3,183

    Re: Chord Java Program

    Need help with java implementation of chord program.
  3. Replies
    1
    Views
    3,183

    Chord Java Program

    Anyone ever done a chord program in java before? The chord, am referring to this: http://en.wikipedia.org/wiki/Chord_%28DHT%29#Overview. I need to create a chord program to insert nodes, remove nodes...
  4. Replies
    1
    Views
    3,589

    Desperate Help Needed

    I have been trying to send multiple messages from client to server & do a comparison with a value read from a file. Until I added the comparison part, I had got everthing working. Ever since I did...
  5. Replies
    5
    Views
    1,228

    Re: Failed Server-Client communication

    Sorry, I often tend to use SMS eng. What I meant is I have the java code which captures currrent time & date but I dunno how to change it such that captured timestamp differs from system time by 1...
  6. Replies
    5
    Views
    1,228

    Re: Failed Server-Client communication

    Ok, I got my client-server communication settled. Now, I wld lyk 2 noe how to write time stampping such that the captured current tym differs from system tym by 1 min. I can get a basic timestamp...
  7. Replies
    5
    Views
    1,228

    Failed Server-Client communication

    I hve written a server program & a client program. The server is supposed to echo watever is typed in the client. I hve to get 16 values to be echoed. I hve created a string and all the values are...
  8. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    M so sorry, my software is spoilt so m unable to test my code hence I can't post error messages yet. Waiting for a frnd to cum online so I can test on her compiler. Reinstalling my compiler has...
  9. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    Client:


    import java.io.*;
    import java.net.*;
    class Client3{
    public static void main(String[] args) {
    String clientCar="";
    String clientBranch="";
    String clientDriver="";
  10. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    Server:


    import java.io.*;
    import java.net.*;
    import java.util.*;

    public class AS3{
    public static void main(String[] args ){
    int i = 1;
  11. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    I will post now.
  12. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    Ok, I changed my code, now since m sending strings from client to server, I want to know how I can send multiple strings to server. Eg. If client types hello then server echoes hello, then client...
  13. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    I can do that but m trying to fix my socket connection now again, it says my client hasn't been intialized.

    This is my errorneous code

    Client:

    Socket client1; //Defined outside
    ...
  14. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    Oh ya, I din realise earlier, was so caught up in fixing my exceptions. Basically, I need time-stamps to check that curr time doesn differ from the time-stamp time by more than 1 min & if it does to...
  15. Replies
    17
    Views
    12,209

    Re: Exception Handling Problems

    Oh nvm tks, will get back 2 u if I face any more probs, tks 4 ur tym.
  16. Replies
    17
    Views
    12,209

    Exception Handling Problems

    Whenever I put something within my try-catch blocks, I get this error "cannot find symbol" when I have already defined everything clearly for each try-catch blocks. None of the try catch blocks work,...
  17. Replies
    4
    Views
    9,569

    How to kill TCP connection???

    I have written a server-client program, I can successfully establish TCP connection between serve7r & client using sockets. Now, I have some functionality where server gets a data item from client &...
  18. Replies
    0
    Views
    6,429

    Kerberos in Java

    Ok, I dunno how many people are aware of implementing Kerberos but basically I have to write a program which consists of the Authentication Server, Client, Domain Controller & Server. The cleint &...
Results 1 to 18 of 29
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured