Thread: [317] windows cannot find "java".

Results 1 to 9 of 9
  1. #1 [317] windows cannot find "java". 
    Registered Member
    Join Date
    Sep 2013
    Posts
    285
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    So i downloaded a 317 to practice with. And I changed the path to my jdk, and etc. And I keep getting this.

    It can't be my computer because I have a 667 rsps, that runs fine....anyone know?



    My run server, compiler server, and compiler client all work. Just my run client doesn't work.




    heres my path..

    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    May 2013
    Posts
    1,169
    Thanks given
    28
    Thanks received
    133
    Rep Power
    53
    Post everything in the run batch
    If only I hadn't given you up, my life could've been different.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Sep 2013
    Posts
    285
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by True Faith View Post
    Post everything in the run batch

    Code:
    @echo off
    title Airim's World Client
    color B
    cd Trisidia
    echo Your JDK is working perfectly fine.  - Trisidia
    "C:\Program Files\Java\jdk1.7.0_05\bin\java.exe" -Xmx300m ShowMessageDialog
    pause

    NOTE. I changed the title to my server project name. As you can see from the cd or what ever, the base is trisidiax.
    Reply With Quote  
     

  4. #4  
    Super Donator

    Janizary's Avatar
    Join Date
    Jul 2009
    Age
    22
    Posts
    2,131
    Thanks given
    109
    Thanks received
    137
    Rep Power
    1031
    Use eclipse to run your server.


    Quote Originally Posted by Pirlo View Post
    I don't think the cold war existed during/before WWI
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Sep 2013
    Posts
    285
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by Flammable View Post
    Use eclipse to run your server.
    I'd perfer not to use eclipse to run it. Server run works fine. Just the client run doesn't.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jan 2014
    Posts
    7
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Try this...

    @echo off
    title Airim's World Client
    color B
    cd Trisidia
    echo Your JDK is working perfectly fine. - Trisidia
    "C:\Program Files\Java\jre7\bin/java.exe" -Xmx300m ShowMessageDialog
    pause
    Reply With Quote  
     

  7. #7  
    Registered Member _emu's Avatar
    Join Date
    Jun 2014
    Posts
    9
    Thanks given
    1
    Thanks received
    0
    Rep Power
    0
    Please, Batch files are ancient technology, listen to Flammable and use Eclipse.
    Once you understand how to run your server with it, you'll look back at this and laugh.
    Current Project:
    http://www.rune-server.org/runescape...ed-server.html
    The revolution in RSPS Stability.
    Reply With Quote  
     

  8. #8  
    Professional Upsetter


    Join Date
    Jul 2006
    Posts
    5,392
    Thanks given
    163
    Thanks received
    447
    Rep Power
    2040
    Quote Originally Posted by _emu View Post
    Please, Batch files are ancient technology, listen to Flammable and use Eclipse.
    Once you understand how to run your server with it, you'll look back at this and laugh.
    You don't use Eclipse because it stops you having to use Batch files, you use Eclipse so you can maintain one integral program with multiple uses and outputs. I'd consider my favourite part of Eclipse to be that you can run multiple configurations at once in the same window as well as insert plugins with super ease. But yes, you are correct in saying that learning Eclipse is the best way to start.
    Ex-super moderator of Rune-Server.org and RSBot.org
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Sep 2013
    Posts
    285
    Thanks given
    3
    Thanks received
    3
    Rep Power
    11
    Quote Originally Posted by Melodicism View Post
    Try this...

    That didn't work either.
    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: 4
    Last Post: 04-24-2014, 07:01 PM
  2. *Windows cannot find JavaW*
    By Shaun™ in forum Help
    Replies: 6
    Last Post: 02-01-2013, 01:52 PM
  3. Replies: 3
    Last Post: 11-09-2012, 12:32 AM
  4. server.java:135: cannot find symbol
    By DSscape™ in forum Help
    Replies: 1
    Last Post: 06-28-2009, 10:32 AM
  5. [JAVA]Quote Forger
    By Mdog in forum Application Development
    Replies: 1
    Last Post: 07-04-2008, 11:39 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
  •