Thread: Compiling Error

Results 1 to 6 of 6
  1. #1 Compiling Error 
    Registered Member
    Join Date
    Jul 2012
    Posts
    134
    Thanks given
    3
    Thanks received
    5
    Rep Power
    11
    When I try to compile my source, I get:

    starting...
    Unrecognized option: -d
    Could not create the Java virtual machine.
    Press any key to continue . . .

    My path in the source compiler is:

    "C:\Program Files\Java\jdk1.6.0_25\bin\java.exe"

    Then the typical stuff afterwards. This is a 667.

    Any help is appreciated, thanks.
    Reply With Quote  
     

  2. #2  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    I'm not familiar with 667 but is that ur jdk version? And is it in programfiles (x86)?
    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  
     

  3. #3  
    Donator Compiling Error Market Banned



    Join Date
    May 2012
    Posts
    350
    Thanks given
    30
    Thanks received
    28
    Rep Power
    115
    Wrong section + why not just compile with an
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2012
    Posts
    134
    Thanks given
    3
    Thanks received
    5
    Rep Power
    11
    AddictivePkz - I have the path how my computer is, and yeah I have that JDK version. I left out that I've tried 1.6.0_25 (current), 1.7.0_05, and I've tried JRE7 but none have worked.

    The full path for my compiler is:
    Code:
    @echo off
    title Your Source
    echo starting...
    "C:\Program Files\Java\jdk1.6.0_25\bin\java.exe" -classpath ./lib/mysql.jar;./lib/FileStore.jar;./lib/netty-3.2.6.Final.jar; -d bin 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
    Reply With Quote  
     

  5. #5  
    Spoonfeed Me Bitch
    AddictivePkz's Avatar
    Join Date
    Jun 2012
    Age
    28
    Posts
    733
    Thanks given
    79
    Thanks received
    51
    Rep Power
    0
    Quote Originally Posted by PvMLegacyTyler View Post
    AddictivePkz - I have the path how my computer is, and yeah I have that JDK version. I left out that I've tried 1.6.0_25 (current), 1.7.0_05, and I've tried JRE7 but none have worked.

    The full path for my compiler is:
    Code:
    @echo off
    title Your Source
    echo starting...
    "C:\Program Files\Java\jdk1.6.0_25\bin\java.exe" -classpath ./lib/mysql.jar;./lib/FileStore.jar;./lib/netty-3.2.6.Final.jar; -d bin 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
    asteria-X - Please re-look where this is and facepalm yourself.
    Then I'm not sure please try this Help section
    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  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2012
    Posts
    134
    Thanks given
    3
    Thanks received
    5
    Rep Power
    11
    Alright will do thanks.
    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. Please help me, compiling error :)
    By frisky in forum Help
    Replies: 3
    Last Post: 08-01-2011, 06:27 AM
  2. Compiling error
    By nickm175 in forum Help
    Replies: 5
    Last Post: 03-09-2010, 10:32 PM
  3. [HELP] 1 Compiling Error [HELP]
    By eXtrosion in forum Help
    Replies: 6
    Last Post: 10-18-2008, 07:31 PM
  4. Error while compiling.
    By anc13nts in forum Help
    Replies: 0
    Last Post: 08-14-2008, 07:50 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
  •