Thread: I'm a dunce.

Results 1 to 10 of 10
  1. #1 I'm a dunce. 
    Registered Member
    Join Date
    Dec 2009
    Posts
    615
    Thanks given
    106
    Thanks received
    33
    Rep Power
    17
    Why is my run server not working?

    This is my run.bat vvv
    Code:
    @echo off
    cd bin
    java -Xmx800M Server
    pause
    I get this error vvv


    and I'm running on Windows 7
    Reply With Quote  
     

  2. #2  
    Donator


    Join Date
    Nov 2011
    Age
    27
    Posts
    389
    Thanks given
    19
    Thanks received
    22
    Rep Power
    125
    replace the "java" with the path to your own java like c:\program_files\java\jdk 1.6.0_26\
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2009
    Posts
    615
    Thanks given
    106
    Thanks received
    33
    Rep Power
    17
    I had to downgrade my java to JDK 6u21 for my future soldier training program, and I was getting error 1723 DLL, eventually I restored my computer and have never had this problem before lmfao.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Dec 2009
    Posts
    615
    Thanks given
    106
    Thanks received
    33
    Rep Power
    17
    Quote Originally Posted by Decaye View Post
    replace the "java" with the path to your own java like c:\program_files\java\jdk 1.6.0_26\
    I tired that as well, it's not working.
    Reply With Quote  
     

  5. #5  
    Donator


    Join Date
    Nov 2011
    Age
    27
    Posts
    389
    Thanks given
    19
    Thanks received
    22
    Rep Power
    125
    does it go to the java.exe?
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Dec 2009
    Posts
    615
    Thanks given
    106
    Thanks received
    33
    Rep Power
    17
    Quote Originally Posted by Decaye View Post
    does it go to the java.exe?
    Yes, well javac.exe

    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Dec 2009
    Posts
    615
    Thanks given
    106
    Thanks received
    33
    Rep Power
    17
    /: mts
    Reply With Quote  
     

  8. #8  
    #Winning

    Join Date
    Apr 2011
    Age
    28
    Posts
    2,245
    Thanks given
    367
    Thanks received
    388
    Rep Power
    1187
    Change it to your java path, and make sure it's surrounded by quotes.

    Code:
    "C:/path/path/path/path/jdk.12345"


    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  
     

  9. #9  
    Registered Member
    Join Date
    Dec 2009
    Posts
    615
    Thanks given
    106
    Thanks received
    33
    Rep Power
    17
    Quote Originally Posted by 'Charlie View Post
    Change it to your java path, and make sure it's surrounded by quotes.

    Code:
    "C:/path/path/path/path/jdk.12345"
    I did, I'm just not sure why it's not working lol.
    Reply With Quote  
     

  10. #10  
    Film Maker
    Mouth Breather's Avatar
    Join Date
    May 2010
    Posts
    304
    Thanks given
    39
    Thanks received
    7
    Rep Power
    1
    javac is the compiler. it has to direct to the java.exe

    Code:
    "C:/path/path/path/path/jdk.12345"
    Don't just stop at the jdk folder, continue from jdk.12345

    Code:
    ".../jdk.whatever version/bin/java.exe"
    Sorry if I'm no help. :/
    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
  •