Thread: wut is dis

Results 1 to 5 of 5
  1. #1 wut is dis 
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Code:
    src\org\hyperion\Server.java:6: package org.hyperion.fileserver does not exist
    import org.hyperion.fileserver.FileServer;
                                  ^
    src\org\hyperion\Server.java:7: package org.hyperion.rs2 does not exist
    import org.hyperion.rs2.RS2Server;
                           ^
    src\org\hyperion\Server.java:8: package org.hyperion.rs2.model does not exist
    import org.hyperion.rs2.model.World;
                                 ^
    src\org\hyperion\Server.java:33: cannot find symbol
    symbol  : variable World
    location: class org.hyperion.Server
                    World.getWorld(); // this starts off background loading
                    ^
    src\org\hyperion\Server.java:35: cannot find symbol
    symbol  : class FileServer
    location: class org.hyperion.Server
                            new FileServer().bind().start();
                                ^
    src\org\hyperion\Server.java:36: cannot find symbol
    symbol  : variable RS2Server
    location: class org.hyperion.Server
                            new RS2Server().bind(RS2Server.PORT).start();
                                                 ^
    src\org\hyperion\Server.java:36: cannot find symbol
    symbol  : class RS2Server
    location: class org.hyperion.Server
                            new RS2Server().bind(RS2Server.PORT).start();
                                ^
    7 errors
    Tryk på en vilkårlig tast for at fortsætte . . .
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    Reply With Quote  
     

  2. #2  
     

    Vastiko's Avatar
    Join Date
    Dec 2006
    Posts
    5,700
    Thanks given
    300
    Thanks received
    663
    Rep Power
    5000
    Gimme sec 2 make u a compiler
    Reply With Quote  
     

  3. #3  
    Austin_
    Guest
    Read the errors.

    package org.hyperion.fileserver does not exist


    it can't find it.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Purple's Avatar
    Join Date
    Feb 2010
    Age
    29
    Posts
    2,799
    Thanks given
    467
    Thanks received
    260
    Rep Power
    312
    i think, I THINK you forgot to add imports?
    Reply With Quote  
     

  5. #5  
    Respected Member


    George's Avatar
    Join Date
    Mar 2009
    Posts
    7,099
    Thanks given
    2,226
    Thanks received
    3,146
    Rep Power
    5000
    Quote Originally Posted by Michael View Post
    Gimme sec 2 make u a compiler
    thx michael
    Attached image

    Spoiler for Spoilers!:
    Attached image
    Attached image
    Attached image
    Attached image
    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

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •