Thread: [RuneFusion] Could someone download this source and tell me what is wrong with it?

Results 1 to 3 of 3
  1. #1 [RuneFusion] Could someone download this source and tell me what is wrong with it? 
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    I've been working on a project using the RuneFusion source, I was renaming imports and packages, then when I went to compile I got x2 100 errors on my CMD that I fixed with no trouble but I was left with these errors in my ButtonClicking.java

    Code:
    Compiling Server
    Please wait patiently...
    src\net\sand-box\player\packets\ButtonClicking.java:5: package net.sandbox.player.buttons
    does not exist
    import net.sandbox.player.buttons.Button;       //ERROR
                                     ^
    src\net\sand-box\player\packets\ButtonClicking.java:6: package net.sandbox.player.buttons
    does not exist
    import net.sandbox.player.buttons.ButtonHandler;        //ERROR
                                     ^
    src\net\sand-box\player\packets\ButtonClicking.java:44: cannot find symbol
    symbol  : class Button
    location: class net.sandbox.player.packets.ButtonClicking
                    Button b = ButtonHandler.getSingleton().get(actionButtonId);    //ERROR
                    ^
    src\net\sand-box\player\packets\ButtonClicking.java:44: cannot find symbol
    symbol  : variable ButtonHandler
    location: class net.sandbox.player.packets.ButtonClicking
                    Button b = ButtonHandler.getSingleton().get(actionButtonId);    //ERROR
                               ^
    4 errors
    Press any key to continue . . .
    (I marked //error in the buttonclicking class for a reference)

    If you could please download this server (757 Kb)...
    I'll give rep like usual, I just need this error sussed ASAP. Believe me, I have tryed everything humanly possible
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Mar 2011
    Posts
    199
    Thanks given
    6
    Thanks received
    15
    Rep Power
    0
    notice: "sand-box", "sandbox"
    Code:
    import net.sandbox.player.buttons.ButtonHandler;
    Code:
    src\net\sand-box\player\packets\ButtonClicking.java
    Reply With Quote  
     

  3. #3  
    Banned

    Join Date
    Jul 2011
    Age
    30
    Posts
    745
    Thanks given
    2,207
    Thanks received
    451
    Rep Power
    0
    Quote Originally Posted by Runited View Post
    notice: "sand-box", "sandbox"
    Code:
    import net.sandbox.player.buttons.ButtonHandler;
    Code:
    src\net\sand-box\player\packets\ButtonClicking.java
    You little fuking legened...
    I thought I renamed all of the file exstention to sandbox rep
    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. Best source download for..
    By archerkill30 in forum Help
    Replies: 5
    Last Post: 08-22-2011, 08:12 AM
  2. Replies: 1
    Last Post: 09-08-2010, 08:33 AM
  3. Is RuneFusion a base Source??
    By whitewolf in forum Help
    Replies: 4
    Last Post: 02-17-2010, 06:27 AM
  4. BootyloveScape Source Download!
    By Bootylove in forum Downloads
    Replies: 14
    Last Post: 07-22-2009, 01:40 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
  •