Thread: Compile Won't Word?

Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1 Compile Won't Word? 
    Registered Member Zmancool's Avatar
    Join Date
    Jul 2009
    Posts
    180
    Thanks given
    17
    Thanks received
    8
    Rep Power
    0
    I'm getting "The system cannot find the path specified".

    It's been doing this since I downloaded the newest version of java (2 days ago). I don't know the right path because the only folder in my program files > java is the JRE7.

    Anyone know how I can fix this?

    Code:
    @echo off
    title Compiler
    "C:\Program Files\Java\jdk1.7.0_03/bin/javac.exe" -d bin -cp lib/*; -sourcepath src src/com/rs/*.java src/com/rs/cache/*.java src/com/rs/cache/loaders/*.java src/com/rs/cores/*.java src/com/rs/game/*.java src/com/rs/game/item/*.java src/com/rs/game/minigames/*.java src/com/rs/game/npc/*.java src/com/rs/game/npc/combat/*.java src/com/rs/game/npc/combat/impl/*.java src/com/rs/game/npc/corp/*.java src/com/rs/game/npc/dragons/*.java src/com/rs/game/npc/dungeonnering/*.java src/com/rs/game/npc/familiar/*.java src/com/rs/game/npc/godwars/*.java src/com/rs/game/npc/godwars/*.java src/com/rs/game/npc/godwars/bandos/*.java src/com/rs/game/npc/godwars/barrows/*.java src/com/rs/game/npc/godwars/saradomin/*.java src/com/rs/game/npc/godwars/zammorak/*.java src/com/rs/game/npc/godwars/zaros/*.java src/com/rs/game/npc/kalph/*.java src/com/rs/game/npc/others/*.java src/com/rs/game/npc/slayer/*.java src/com/rs/game/player/*.java src/com/rs/game/player/actions/*.java src/com/rs/game/player/content/*.java src/com/rs/game/player/content/dungeoneering/*.java src/com/rs/game/player/content/dungeoneering/rooms/*.java src/com/rs/game/player/controlers/*.java src/com/rs/game/player/cutscenes/*.java src/com/rs/game/player/cutscenes/actions/*.java src/com/rs/game/player/dialogues/*.java src/com/rs/game/tasks/*.java src/com/rs/*.java src/com/rs/io/*.java src/com/rs/net/*.java src/com/rs/net/decoders/*.java src/com/rs/net/decoders/handlers/*.java src/com/rs/net/encoders/*.java src/com/rs/tools/*.java src/com/rs/utils/*.java src/com/rs/utils/huffman/*.java src/com/rs/game/npc/godwars/armadyl/*.java                                                                                                                                           
    pause
    Something clever
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2012
    Posts
    902
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    look on google on how to fix your enviremental variables or we its called
    Reply With Quote  
     

  3. #3  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    25
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Right click ur compiler and hit edit with notepad and post what's in it
    Quote Originally Posted by Fakeblitz View Post
    What does [PI] mean? (sorry i am used to 503+)
    And what base is this?
    Reply With Quote  
     

  4. #4  
    Registered Member

    Join Date
    Apr 2012
    Posts
    764
    Thanks given
    390
    Thanks received
    76
    Rep Power
    99
    1) Click the 'Windows' button on your Keyboard.
    2) Search & Run 'CMD'
    3) Type into the CMD:
    Code:
    javac -version
    4) See what comes up.
    5) Find your Compiler hit edit with Notepad you should see a similar line in the compiler as in the CMD. ''JDK 1.7.0" something like that.
    6) Replace the one in the Compiler with the one in the CMD.

    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Jul 2012
    Posts
    902
    Thanks given
    66
    Thanks received
    85
    Rep Power
    0
    Quote Originally Posted by Mr Moe View Post
    1) Click the 'Windows' button on your Keyboard.
    2) Search & Run 'CMD'
    3) Type into the CMD:
    Code:
    javac -version
    4) See what comes up.
    5) Find your Compiler hit edit with Notepad you should see a similar line in the compiler as in the CMD. ''JDK 1.7.0" something like that.
    6) Replace the one in the Compiler with the one in the CMD.
    if this is realy what his problem was, then this community is shit
    Reply With Quote  
     

  6. Thankful user:


  7. #6  
    Registered Member Zmancool's Avatar
    Join Date
    Jul 2009
    Posts
    180
    Thanks given
    17
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Mr Moe View Post
    1) Click the 'Windows' button on your Keyboard.
    2) Search & Run 'CMD'
    3) Type into the CMD:
    Code:
    javac -version
    4) See what comes up.
    5) Find your Compiler hit edit with Notepad you should see a similar line in the compiler as in the CMD. ''JDK 1.7.0" something like that.
    6) Replace the one in the Compiler with the one in the CMD.


    Quote Originally Posted by Raverz View Post
    if this is realy what his problem was, then this community is shit
    Posted it in the OP.
    Something clever
    Reply With Quote  
     

  8. #7  
    Registered Member
    Bubletan's Avatar
    Join Date
    May 2011
    Posts
    593
    Thanks given
    133
    Thanks received
    282
    Rep Power
    320
    You dont have javac.exe in C:\Program Files\Java\jdk1.7.0_03/bin/
    Reply With Quote  
     

  9. #8  
    Registered Member Zmancool's Avatar
    Join Date
    Jul 2009
    Posts
    180
    Thanks given
    17
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Bubletan View Post
    You dont have javac.exe in C:\Program Files\Java\jdk1.7.0_03/bin/
    the newest verson of java doesn't have jdk. It's just a jre7.
    Something clever
    Reply With Quote  
     

  10. #9  
    Registered Member
    Bubletan's Avatar
    Join Date
    May 2011
    Posts
    593
    Thanks given
    133
    Thanks received
    282
    Rep Power
    320
    That doesnt matter.. You dont still have javac.exe there.
    Reply With Quote  
     

  11. #10  
    Registered Member Zmancool's Avatar
    Join Date
    Jul 2009
    Posts
    180
    Thanks given
    17
    Thanks received
    8
    Rep Power
    0
    Quote Originally Posted by Bubletan View Post
    That doesnt matter.. You dont still have javac.exe there.
    where can I get this?
    Something clever
    Reply With Quote  
     

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

Similar Threads

  1. won't start or even compile
    By tinniwinie in forum Help
    Replies: 1
    Last Post: 06-04-2012, 04:06 PM
  2. won't start or even compile
    By tinniwinie in forum Help
    Replies: 5
    Last Post: 06-04-2012, 03:16 PM
  3. 667 client won't compile
    By Beta in forum Help
    Replies: 3
    Last Post: 03-14-2012, 07:12 AM
  4. Replies: 6
    Last Post: 10-05-2011, 12:26 AM
  5. signlink.java error, won't let me compile :(
    By Brandon42792 in forum Help
    Replies: 1
    Last Post: 12-28-2009, 10:11 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
  •