Thread: Need help fixing around 60 Simple Errors on Eclipse

Results 1 to 4 of 4
  1. #1 Need help fixing around 60 Simple Errors on Eclipse 
    Registered Member
    Join Date
    Mar 2013
    Posts
    13
    Thanks given
    1
    Thanks received
    0
    Rep Power
    10
    If you can help msg me your skype, and i will pay you we can discuss on skype, also i don't pay first!

    Here are some errors i need fixed

    ^
    symbol: class ChannelStateEvent
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\ServerChannelHandler.java :75: error: cannot find symbol

    public final void channelDisconnected(ChannelHandlerContext ctx, Channel
    StateEvent e) {
    ^
    symbol: class ChannelHandlerContext
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\ServerChannelHandler.java :75: error: cannot find symbol

    public final void channelDisconnected(ChannelHandlerContext ctx, Channel
    StateEvent e) {
    ^
    symbol: class ChannelStateEvent
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\ServerChannelHandler.java :84: error: cannot find symbol

    public final void exceptionCaught(ChannelHandlerContext ctx, ExceptionEv
    ent ee) throws Exception {
    ^
    symbol: class ChannelHandlerContext
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\ServerChannelHandler.java :84: error: cannot find symbol

    public final void exceptionCaught(ChannelHandlerContext ctx, ExceptionEv
    ent ee) throws Exception {
    ^
    symbol: class ExceptionEvent
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\ServerChannelHandler.java :88: error: cannot find symbol

    public final void messageReceived(ChannelHandlerContext ctx, MessageEven
    t e) {
    ^
    symbol: class ChannelHandlerContext
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\ServerChannelHandler.java :88: error: cannot find symbol

    public final void messageReceived(ChannelHandlerContext ctx, MessageEven
    t e) {
    ^
    symbol: class MessageEvent
    location: class ServerChannelHandler
    src\dragonkk\rs2rsps\net\codec\ConnectionHandler.j ava:32: error: cannot find sym
    bol
    return channel.write(ChannelBuffers.copiedBuffer(outStrea m.buffer(),
    0, outStream.offset()));
    ^
    symbol: variable ChannelBuffers
    location: class ConnectionHandler
    src\dragonkk\rs2rsps\Server.java:126: error: cannot find symbol
    new IpBanSystem();
    ^
    symbol: class IpBanSystem
    location: class Server
    src\dragonkk\rs2rsps\Server.java:134: error: cannot find symbol
    public static VoteChecker voteChecker = new VoteChecker("162.212.253.43"
    , "rambocom_shotdown", "rambocom_shotd", "vbsetup"); {
    ^
    symbol: class VoteChecker
    location: class Server
    src\dragonkk\rs2rsps\net\commands\claim.java:5: error: cannot access Dumper
    import dragonkk.rs2rsps.tools.test.Dumper;
    ^
    bad source file: src\dragonkk\rs2rsps\tools\test\Dumper.java
    file does not contain class dragonkk.rs2rsps.tools.test.Dumper
    Please remove or make sure it appears in the correct subdirectory of the sou
    rcepath.
    Note: Some input files use unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    40 errors
    Compiling Fatality614 Server COMPLETED
    Compiling Fatality614 Items...
    src\dragonkk\rs2rsps\model\player\Player.java:29: error: cannot find symbol
    import dragonkk.rs2rsps.tools.IpBanSystem;
    ^
    symbol: class IpBanSystem
    location: package dragonkk.rs2rsps.tools
    src\dragonkk\rs2rsps\Server.java:11: error: cannot find symbol
    import dragonkk.rs2rsps.tools.IpBanSystem;
    ^
    symbol: class IpBanSystem
    location: package dragonkk.rs2rsps.tools
    src\dragonkk\rs2rsps\Server.java:26: error: cannot find symbol
    import dragonkk.rs2rsps.tools.URLLogger;
    ^
    symbol: class URLLogger
    location: package dragonkk.rs2rsps.tools
    src\dragonkk\rs2rsps\Server.java:28: error: package org.runetoplist does not exi
    st
    import org.runetoplist.VoteChecker;
    ^
    src\dragonkk\rs2rsps\Server.java:134: error: cannot find symbol
    public static VoteChecker voteChecker = new VoteChecker("162.212.253.43"
    , "rambocom_shotdown", "rambocom_shotd", "vbsetup"); {
    ^
    symbol: class VoteChecker
    location: class Server
    src\dragonkk\rs2rsps\Server.java:126: error: cannot find symbol
    new IpBanSystem();
    ^
    symbol: class IpBanSystem
    location: class Server
    src\dragonkk\rs2rsps\Server.java:134: error: cannot find symbol
    public static VoteChecker voteChecker = new VoteChecker("162.212.253.43"
    , "rambocom_shotdown", "rambocom_shotd", "vbsetup"); {
    ^
    symbol: class VoteChecker
    location: class Server
    src\dragonkk\rs2rsps\net\commands\claim.java:5: error: cannot access Dumper
    import dragonkk.rs2rsps.tools.test.Dumper;
    ^
    bad source file: src\dragonkk\rs2rsps\tools\test\Dumper.java
    file does not contain class dragonkk.rs2rsps.tools.test.Dumper
    Please remove or make sure it appears in the correct subdirectory of the sou
    rcepath.
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Jun 2011
    Posts
    2,555
    Thanks given
    539
    Thanks received
    402
    Rep Power
    658
    Just post the errors, no need to buy these.
    All the best,
    Nirvana

    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Nov 2010
    Age
    11
    Posts
    2,645
    Thanks given
    158
    Thanks received
    280
    Rep Power
    0
    Post them..?
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Mar 2013
    Posts
    13
    Thanks given
    1
    Thanks received
    0
    Rep Power
    10
    Added some of them.
    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. Error. Need help fixing.
    By Alpi in forum Help
    Replies: 0
    Last Post: 02-24-2012, 03:45 AM
  2. Need help fixing error
    By Fauq in forum Help
    Replies: 6
    Last Post: 01-19-2012, 02:49 AM
  3. need help fixing gfx on dememthium
    By nym0 in forum Help
    Replies: 1
    Last Post: 07-29-2011, 05:47 PM
  4. [PI] Need help fixing some errors.
    By Matt in forum Help
    Replies: 11
    Last Post: 05-06-2011, 05:37 PM
  5. Replies: 2
    Last Post: 11-05-2010, 03:48 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •