Thread: Using 2006Redone Source. When I compile, It compiles Correctly but nothing changes

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Using 2006Redone Source. When I compile, It compiles Correctly but nothing changes 
    Registered Member
    Join Date
    Oct 2012
    Posts
    84
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    So I am using 2006Redone source. And when I code/Change things. I compile and the compiler correctly compiles with no errors but nothing changes ingame. Please help? And yes I have set the compiler to the correct java, and I am compiling correctly (turning server off first ETC) HELP !
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Jun 2012
    Posts
    438
    Thanks given
    13
    Thanks received
    27
    Rep Power
    0
    well heres one way to check just add System.out.println("test"); in the startup method if it comes up it compiled if it didnt you didnt compile hope that helps
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Go into your server source, look for 'initialize()' and directly under the first '{' put

    Code:
    c.sendMessage("Test.");
    The reason why i'm getting you to do this is because there is a good chance that regardless of what you're trying to do, this requires no specifications to print the message, no rights no nothing so give it a go, compile, and tell me if it works. If anything you should post the code in your compiler.

    Edit. Looked above me and thats fucking hilarious how similar our advice is.
    Reply With Quote  
     

  5. #4  
    Registered Member
    Join Date
    Nov 2012
    Posts
    174
    Thanks given
    3
    Thanks received
    4
    Rep Power
    11
    Paste the compiler.bat here.
    Reply With Quote  
     

  6. #5  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Quote Originally Posted by Jason View Post
    Go into your server source, look for 'initialize()' and directly under the first '{' put

    Code:
    c.sendMessage("Test.");
    The reason why i'm getting you to do this is because there is a good chance that regardless of what you're trying to do, this requires no specifications to print the message, no rights no nothing so give it a go, compile, and tell me if it works. If anything you should post the code in your compiler.

    Edit. Looked above me and thats fucking hilarious how similar our advice is.
    You've basically just repeated what hat said... But yours requires him to log in, which is just silly.
    Reply With Quote  
     

  7. Thankful user:


  8. #6  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,092
    Thanks given
    2,402
    Thanks received
    2,823
    Rep Power
    4550
    Quote Originally Posted by Leopold Butters Stotch View Post
    You've basically just repeated what hat said... But yours requires him to log in, which is just silly.
    Our difference in post time is two minutes if you hadn't noticed therefor it's quite clear that when I was writing my post he had already done so. Also, why is it silly? Hes just going into Server.java and using the System class to do the same goddamn thing. Whats so silly about logging in compared to start up? 30 seconds in difference? Get off my dick.
    Reply With Quote  
     

  9. #7  
    Banned
    Join Date
    Jun 2012
    Posts
    438
    Thanks given
    13
    Thanks received
    27
    Rep Power
    0
    Quote Originally Posted by Leopold Butters Stotch View Post
    You've basically just repeated what hat said... But yours requires him to log in, which is just silly.
    silly? not very, same outcome except u have to wait like 1 min and "Edit. Looked above me and thats fucking hilarious how similar our advice is." he knows
    Reply With Quote  
     

  10. #8  
    محمد

    Jamili's Avatar
    Join Date
    Jun 2010
    Posts
    405
    Thanks given
    93
    Thanks received
    249
    Rep Power
    307
    Stop fighting guys, the fact that you both tried to help is very generous of you. You should just be happy that' you're helping not that who posted what first.

    Spoiler for Honorable mentions:

    Quote Originally Posted by JRFisher View Post
    Dude, learn yourself, it took me 17 months of continuous research to learn how to import a project.
    Quote Originally Posted by Pollution View Post
    When? And Idiot, I'm using a oldschool, it's not easy to get the command for an oldschool, retard c u.
    Quote Originally Posted by Waj_Assif View Post
    I sayin u dont contribute never aall u do is finna tryin attack ppl and always finna start fights .......
    Quote Originally Posted by Kris View Post
    You must be one of those slower breeds.
    Quote Originally Posted by Gandalf View Post
    Just piss off ploter hacker fella dumb fuck. Your a donor to a rsps community, I'm a Mainowner to a Private Server thats 7+ Years old. Lmfao kid, get a life. Don't let my name come out of your mouth again. Or it wont end nicely for you. Understand me big boy?
    Quote Originally Posted by Tojad View Post
    What do you know about Public Void and int without this [] is only 1 integer, why?
    Reply With Quote  
     

  11. #9  
    Registered Member
    Join Date
    Oct 2012
    Posts
    84
    Thanks given
    0
    Thanks received
    0
    Rep Power
    11
    There is nothing wrong with the compiler, I am using the same compiler as I used in my other source. Even when I leech, Or change dialogue nothing changes. Just realised, I don't think it's compiling correctly at all, As it's not locating a file - Here is the error :

    javac: file not found: src\server\event\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    Reply With Quote  
     

  12. #10  
    Banned
    Join Date
    Jun 2012
    Posts
    438
    Thanks given
    13
    Thanks received
    27
    Rep Power
    0
    Quote Originally Posted by softwaretavlonia View Post
    There is nothing wrong with the compiler, I am using the same compiler as I used in my other source. Even when I leech, Or change dialogue nothing changes. Just realised, I don't think it's compiling correctly at all, As it's not locating a file - Here is the error :

    javac: file not found: src\server\event\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .
    check if you have package: src\server\event\ if not remove that from compiler
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. 2006Redone Source?
    By Jamie760 in forum Requests
    Replies: 2
    Last Post: 12-26-2012, 05:45 PM
  2. Errors when I compile source
    By Banter in forum Help
    Replies: 12
    Last Post: 07-18-2011, 12:24 AM
  3. nothing compiles on 614
    By demon dylan001 in forum Help
    Replies: 3
    Last Post: 07-06-2011, 01:39 AM
  4. My server compiles, yet nothing changes.
    By giggadude in forum Help
    Replies: 9
    Last Post: 07-14-2010, 09:05 AM
  5. [508] All compiles + run working.
    By backy in forum Configuration
    Replies: 12
    Last Post: 09-23-2008, 04:59 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
  •