Thread: Run Server? little help please :]

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Run Server? little help please :] 
    im so h00d
    Guest
    Call me a noob for asking about this, but I've been trying to make a server since last night, and I am basically done, it's just when I edit what it says in "compile" and "runserver" then try to run the server, it doesnt. The guide clearly says to just paste in the text, and click runserver and it should start and I'm done, but it doesn't.

    Can anyone help please?!?!
     

  2. #2  
    raxx
    Guest
    can you copy what happens when you compile/run server?

    That would help much
     

  3. #3  
    im so h00d
    Guest
    After I paste in the stuff, and click runserver, a window pops up and says this...

    'Running' is not recognized as an internal or external command, operable program or batch file.
    The system cannot find the path specified.
    Press any key to continue...
     

  4. #4  
    raxx
    Guest
    try this:

    Code:
    @echo off
    Color 0e
    title Raxx Dev.
    java -Xmx1024m -cp .;./jython.jar;./MySql/mysql-connector-java-3.0.17-ga-bin.jar server
    or this;

    Code:
    @echo
    Title ..
    java "C:\Programmer\Java\jdk1.6.0_02\bin\javac.exe" server
     

  5. #5  
    x19
    Guest
    The first one is for sql, so I would just use the second, and edit it to your java path.
     

  6. #6  
    kilermage
    Guest
    um when you click runserver a little black screen will come up, then you need a client to log in to your server. If thats what you mean by runserver not working.
     

  7. #7  
    im so h00d
    Guest
    Quote Originally Posted by um123 View Post
    um when you click runserver a little black screen will come up, then you need a client to log in to your server. If thats what you mean by runserver not working.
    That's exactly what happens! hah.
    What should I do about this?

    Quote Originally Posted by X19 View Post
    The first one is for sql, so I would just use the second, and edit it to your java path.
    How exactly do I edit it to a Java path? (c) lol.
    Last edited by im so h00d; 11-08-2007 at 05:55 PM. Reason: Double posting is not allowed!
     

  8. #8  
    Banned

    Join Date
    May 2007
    Posts
    2,690
    Thanks given
    115
    Thanks received
    45
    Rep Power
    0
    u need to check what java u have and where it says jdk1.6.0_02 you put your java
     

  9. #9  
    im so h00d
    Guest
    Quote Originally Posted by A N G E L View Post
    u need to check what java u have and where it says jdk1.6.0_02 you put your java
    Sounds easy enough! But which is the one that I need to change the java? (c)

    Woot can anyone help?!?!
    Last edited by im so h00d; 11-08-2007 at 08:55 PM. Reason: Double posting is not allowed!
     

  10. #10  
    Registered Member
    craig903's Avatar
    Join Date
    Sep 2007
    Age
    30
    Posts
    1,357
    Thanks given
    14
    Thanks received
    92
    Rep Power
    238
    ok make this is not the quikest way but the way i do it......to find out what ur java path is go to

    start-my computer-local disk(mines c drive)-program files-java


    and in the java file you should see a folder called jdk1.6.0_02 or something like that aslong as you have jdk(java development kit) installed coppy that folder name then right click on ur compiler!!! and edit it no where it says


    Code:
    @echo
    C:\Programmer\Java\jdk1.6.0_02\bin\javac.exe"
    delet the jdk till the end number before \bin and paste urs(the folder name you coppyed make sure theres no gaps in it like the code above

    hope ive helped

    this is for the compiler


    optional

    once uve found out what jdk version u have(the folder wich u coppied its name)

    this is a compiler and run server built in 2 1

    Code:
    @echo off
    title Compiling...
    "C:\Program Files\Java\jdk1.6.0_02\bin\javac.exe" *.java
    
    
    title servername here
    java -Xmx1024m -cp .;./jython.jar; server

    replace the jdk.6.0_02 to urs and server name here with ur server name and

    past it all in a text file then save the file as run/ compile.bat

    save to ur server file and it should work



    if you cant find no file called jdk1.6.0._02 ect then istall jdk from the java website
     

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

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