Thread: REP++ Forwhoever can tell me how to fix this SIMPLE problem

Results 1 to 3 of 3
  1. #1 REP++ Forwhoever can tell me how to fix this SIMPLE problem 
    Registered Member
    ~Tazz~'s Avatar
    Join Date
    Mar 2009
    Posts
    620
    Thanks given
    0
    Thanks received
    2
    Rep Power
    267
    So i've recently came back to RSPS's like a day ago and was looking to Host one. Im using the CruelalityX Source as a starter base but when i click "Run Server" i Get "Java is not recognized as an internal or external command" etc. I Know this is a simple problem but i honestly have forgotten everything about P servers.


    (NOTE THIS IS SERVER SIDED)


    MY Run.bat looks like this
    @echo off
    title Project Insanity
    java -Xmx800m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause


    The JDK version i use is "jdk1.6.0_25" (Im 100% Certain of this)

    My Compiler whoever does work... My compiler Code is
    @echo off
    :build
    cls
    "C:\Program Files\Java\jdk1.6.0_25\bin/javac.exe" And then continues with a different code (Not an error) which has nothing to do with this.


    REP++ To whoever can tell me how to fix this! Thnx
    Reply With Quote  
     

  2. #2  
    Kacey
    I Am Kacey's Avatar
    Join Date
    May 2011
    Posts
    738
    Thanks given
    243
    Thanks received
    56
    Rep Power
    19
    its probably you havnt set your environment variables.
    Nothing But Love
    Reply With Quote  
     

  3. #3  
    Donator

    Jason's Avatar
    Join Date
    Aug 2009
    Posts
    6,108
    Thanks given
    2,402
    Thanks received
    2,825
    Rep Power
    4604
    @echo off
    title Project Insanity
    "C:\Program Files\Java\jdk1.6.0_25\bin/javac.exe" -Xmx800m -cp bin;deps/poi.jar;deps/mysql.jar;deps/mina.jar;deps/slf4j.jar;deps/slf4j-nop.jar;deps/jython.jar;log4j-1.2.15.jar; server.Server
    pause
    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. Simple problem
    By xxd1v1negodxx in forum Help
    Replies: 14
    Last Post: 08-31-2011, 11:39 PM
  2. A simple problem
    By IngeniousPentaSquid in forum Help
    Replies: 2
    Last Post: 06-29-2011, 01:17 PM
  3. [PI]Simple Problem
    By xxd1v1negodxx in forum Help
    Replies: 10
    Last Post: 06-16-2011, 08:58 PM
  4. [PI]simple problem:S
    By xxd1v1negodxx in forum Help
    Replies: 6
    Last Post: 06-15-2011, 12:49 PM
  5. [PI] Quite A Simple Problem
    By Hustle in forum Help
    Replies: 2
    Last Post: 09-20-2010, 07:46 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
  •