Search:

Type: Posts; User: felixnoriel

Search: Search took 0.09 seconds.

  1. Replies
    1
    Views
    2,220

    java chat application login error

    I want to make a chat application in java but when I'm trying to log in to the server it gives me an error or it has unending loop. I cant find the error.

    when I try to log in to the server using...
  2. Replies
    4
    Views
    2,036

    chat application login error

    I want to make a chat application in java but when I'm trying to log in to the server it gives me an error or it has unending loop. I cant find the error.

    when I try to log in to the server using...
  3. Replies
    2
    Views
    1,595

    int cannot be dereferrenced

    Process scheduledProcess;


    private void assignNextProcess(){

    if (queue1.size() != 0){

    scheduledProcess.add(Scheduler.SRTF.getNext(queue1));

    ...
Results 1 to 3 of 3