Thread: CONNECTION_DELAY server.java

Results 1 to 4 of 4
  1. #1 CONNECTION_DELAY server.java 
    Registered Member
    Join Date
    Jan 2011
    Posts
    54
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Code:
    src\server\Server.java:150: error: cannot find symbol
                    throttleFilter = new ConnectionThrottleFilter(Config.CONNECTION_
    DELAY);
                                                                        ^
      symbol:   variable CONNECTION_DELAY
      location: class Config
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Whenever I compile the server this is what I get. Not sure how to fix something like this. If you want my server.java here it is:
    package server; import java.io.IOException; import java.net.InetSocketAddres - Pastebin.com

    Thanks
    Reply With Quote  
     

  2. #2  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    this is antileech of that pi base.. easy to fixs check ur config.java for connection delay and check what is wrong on that



    click banner to join gtracer!
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jan 2011
    Posts
    54
    Thanks given
    1
    Thanks received
    0
    Rep Power
    1
    Quote Originally Posted by minutes View Post
    this is antileech of that pi base.. easy to fixs check ur config.java for connection delay and check what is wrong on that
    LOL that's funny. Thanks a lot
    Reply With Quote  
     

  4. #4  
    Registered Member
    minutes's Avatar
    Join Date
    Apr 2008
    Posts
    1,926
    Thanks given
    2
    Thanks received
    19
    Rep Power
    465
    if you didin't fix it, here is it:
    throttleFilter = new ConnectionThrottleFilter(Config.C0NNECTION_DELAY);

    EDIT: Idk what was wrong with it, but eclipse fixed that like that so idk gave no errors more



    click banner to join gtracer!
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [Java] Server acceptor
    By Latch in forum Application Development
    Replies: 15
    Last Post: 06-20-2011, 07:59 PM
  2. Java 2d game/server
    By Robgob69 in forum Application Development
    Replies: 2
    Last Post: 05-12-2011, 01:19 PM
  3. server.java
    By storyscape in forum Help
    Replies: 2
    Last Post: 06-27-2010, 03:45 PM
  4. Java to Flash server
    By quest rs in forum Application Development
    Replies: 11
    Last Post: 05-17-2009, 06:40 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •