Thread: run.bat and compiler help?

Results 1 to 10 of 10
  1. #1 run.bat and compiler help? 
    Registered Member
    Join Date
    Jun 2014
    Posts
    46
    Thanks given
    2
    Thanks received
    0
    Rep Power
    13
    Can anyone tell me how to make a compiler/run.bat for this

    I tried opening with eclipse but couldn't get it to work because I don't know how to use it. If anyone can tell me how or go on teamviewer it'd be greatly appreciated

    Cheers.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2012
    Posts
    126
    Thanks given
    1
    Thanks received
    10
    Rep Power
    10
    Use refresh on eclipse and to run the server go to "Run as" and look for the file that launches the server.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2014
    Posts
    46
    Thanks given
    2
    Thanks received
    0
    Rep Power
    13
    Quote Originally Posted by Venomic View Post
    Use refresh on eclipse and to run the server go to "Run as" and look for the file that launches the server.
    How do you tell which launches the server? I've tried like 10.
    Reply With Quote  
     

  4. #4  
    Respected Member

    Situations's Avatar
    Join Date
    Sep 2008
    Posts
    3,903
    Thanks given
    230
    Thanks received
    1,695
    Rep Power
    5000
    Quote Originally Posted by Chinchillaa View Post
    How do you tell which launches the server? I've tried like 10.
    It's usually server.java.
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jun 2014
    Posts
    46
    Thanks given
    2
    Thanks received
    0
    Rep Power
    13
    Quote Originally Posted by Situations View Post
    It's usually server.java.
    I tried that and it said it could not find it, here is what the interface I get looks like
    http://gyazo.com/00e77beae5e16605d27a0abf40fd9da5

    Should I be somewhere else?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jun 2012
    Posts
    126
    Thanks given
    1
    Thanks received
    10
    Rep Power
    10
    Quote Originally Posted by Chinchillaa View Post
    I tried that and it said it could not find it, here is what the interface I get looks like
    Gyazo - 00e77beae5e16605d27a0abf40fd9da5.png

    Should I be somewhere else?
    It is there but i never did a 317 so idk the file name man. Just look for some names that will come up in a launcher search some terms in ur file.
    Sorry for not knowing the file
    Reply With Quote  
     

  7. #7  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    Scroll down on that image to show the rest of the classes and take a pic and post it.


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jun 2014
    Posts
    46
    Thanks given
    2
    Thanks received
    0
    Rep Power
    13
    Quote Originally Posted by Charlie View Post
    Scroll down on that image to show the rest of the classes and take a pic and post it.
    Hi here is the rest of them:
    Gyazo - f5c80a453b4fad9f8c5463fef8d5f665.png
    Gyazo - 76af0a981ea005b60f1bed32285e0837.png
    Gyazo - ae66150e3910644648ae0404e65c8809.png
    Gyazo - 5f53b7038c58b919aecbea598a2dd269.png

    Cheers all of you.
    Reply With Quote  
     

  9. #9  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    This doesn't even look like a server lol what are you trying to run?


    Vouches
    Spoiler for Vouches:

    Quote Originally Posted by Exile rsps View Post
    Vouch thanks for that pic
    Quote Originally Posted by bwuk _im_pb View Post
    i vouch for charlie hes legit
    Quote Originally Posted by Pastaway
    Vouch for 'Charlie. Added a tut to my server I couldn't add and payed him after =]
    Quote Originally Posted by mongolias
    Vouch for 'Charlie. Sold me a banner, the trade went quick and efficiently.
    Quote Originally Posted by Lane
    Vouch for charlie, he is #1
    Quote Originally Posted by Raw Envy View Post
    Vouch for Charlie.
    Quote Originally Posted by -Null Code-
    Vouch Legit bought rs membership
    Quote Originally Posted by tucybro
    Traded with Charlie, went smoothly I went first and he paid promptly without and issues, great trader!



    Reply With Quote  
     

  10. #10  
    Ex Rune-Scaper

    Join Date
    Jun 2008
    Posts
    3,534
    Thanks given
    457
    Thanks received
    1,257
    Rep Power
    990
    Quote Originally Posted by Chinchillaa View Post
    How do you tell which launches the server? I've tried like 10.
    You just have to know which class has the main method.

    In java a program must have a main method.

    Code:
    public static void main(String[] args)
    However the main method is not actually needed in a few situations such as web applications and standalone applications.

    Code:
    class JavaAppWithoutMain
    {
        static
        {
        System . out . println ( "Hello World!" ) ;
        }
    }
    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

Similar Threads

  1. Run.Bat and compiler help!
    By Josh Ftw in forum Help
    Replies: 7
    Last Post: 06-22-2014, 10:43 PM
  2. Run.bat and compiler help please
    By rcolby18 in forum Help
    Replies: 0
    Last Post: 02-10-2012, 06:02 PM
  3. [HELP] Need a run.bat and compiler
    By Copacetic in forum Help
    Replies: 0
    Last Post: 10-14-2011, 03:26 AM
  4. Replies: 2
    Last Post: 03-13-2011, 02:40 PM
  5. Run.bat and compile. Bat
    By Massive-pk in forum Help
    Replies: 7
    Last Post: 07-26-2008, 12:35 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
  •