Thread: [614] SpawnScape Client Compiler "cannot find the path specified" The Java is correct

Results 1 to 5 of 5
  1. #1 [614] SpawnScape Client Compiler "cannot find the path specified" The Java is correct 
    Registered Member
    Join Date
    Aug 2011
    Posts
    247
    Thanks given
    0
    Thanks received
    4
    Rep Power
    11
    I have put my correct Java into the compiler yet it still won't compile... Here is the error i get:

    Screenshot by Lightshot


    and here is my compiler information (in edit)

    Screenshot by Lightshot


    please help... how can i fix this?
    Reply With Quote  
     

  2. #2  
    Registered Member ragfr00b's Avatar
    Join Date
    Apr 2012
    Posts
    52
    Thanks given
    0
    Thanks received
    2
    Rep Power
    12
    check what your java jdk version is and edit the 1.7.0_51 to your version, that should fix it.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Aug 2011
    Posts
    247
    Thanks given
    0
    Thanks received
    4
    Rep Power
    11
    Quote Originally Posted by ragfr00b View Post
    check what your java jdk version is and edit the 1.7.0_51 to your version, that should fix it.
    I just said im using the correct java, that isn't the problem
    Reply With Quote  
     

  4. #4  
    Registered Member ragfr00b's Avatar
    Join Date
    Apr 2012
    Posts
    52
    Thanks given
    0
    Thanks received
    2
    Rep Power
    12
    okay sorry my bad.

    I guess your bat file isn't correct. look at mine for example:

    @echo off
    title Server
    echo Launching Server...
    "C:/Program Files/Java/jre7/bin/java.exe" -Xmx4500m -cp bin;lib/*; com.rs.Launcher true true false
    pause
    this is where you redirect your .bat file to the com.rs.launcher which is needed for the server to launch.
    You might want to change the Xmx4500m since thats the amount of RAM Usage which the server is allowed to use.
    If your pc has a 2GB i'd advise you to change it to around 1296
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Aug 2011
    Posts
    247
    Thanks given
    0
    Thanks received
    4
    Rep Power
    11
    its for a compiler ! lol Readdd!! Thanks though
    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. Replies: 8
    Last Post: 03-30-2011, 07:19 AM
  2. The System Cannot Find the Path specified '
    By Whipthesmd in forum Snippets
    Replies: 2
    Last Post: 12-20-2009, 08:16 PM
  3. Replies: 2
    Last Post: 07-04-2009, 04:16 PM
  4. "The system cannot find the path specified."
    By Faceman29 in forum Tutorials
    Replies: 4
    Last Post: 08-12-2008, 10:02 PM
  5. Replies: 2
    Last Post: 08-08-2008, 06:04 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
  •