Thread: Virtue Compiler error

Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1 Virtue Compiler error 
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    javac: file not found: src\engine\packet\*.java
    Usage: javac <options> <source files>
    use -help for a list of possible options
    Press any key to continue . . .

    Everything looks fine, the directory is correct. Would appreciate help asap.
    This isn't making any sense, I seriously cannot figure this out rofl.



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Syles's Avatar
    Join Date
    Oct 2013
    Posts
    404
    Thanks given
    51
    Thanks received
    63
    Rep Power
    180
    post the compiler code please
    Reply With Quote  
     

  3. #3  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Quote Originally Posted by Defil3d View Post
    post the compiler code please
    @echo off
    :build
    cls
    "C:\Program files\Java\jdk1.7.0_05\bin\javac.exe" -classpath deps/log4j-1.2.15.jar;deps/jython.jar;deps/xstream.jar;deps/mina.jar;deps/mysql.jar;deps/poi.jar;deps/slf4j.jar;deps/slf4j-nop.jar -d bin src\game\*.java src\game\combat\*.java src\game\skill\dung\*.java src\game\content\*.java src\game\content\travel\*.java src\game\item\*.java src\game\minigame\*.java src\game\npc\*.java src\game\object\*.java src\game\skill\summoning\*.java src\game\player\*.java src\game\shop\*.java src\game\skill\*.java src\engine\event\*.java src\engine\network\*.java src\engine\network\packet\*.java src\engine\task\*.java src\engine\util\*.java src\engine\world\*.java
    pause

    goto: build



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  4. #4  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    29
    Posts
    9,688
    Thanks given
    1,752
    Thanks received
    3,103
    Rep Power
    5000
    stick with an IDE
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  5. #5  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by ibridnaked View Post
    @echo off
    :build
    cls
    "C:\Program files\Java\jdk1.7.0_05\bin\javac.exe" -classpath deps/log4j-1.2.15.jar;deps/jython.jar;deps/xstream.jar;deps/mina.jar;deps/mysql.jar;deps/poi.jar;deps/slf4j.jar;deps/slf4j-nop.jar -d bin src\game\*.java src\game\combat\*.java src\game\skill\dung\*.java src\game\content\*.java src\game\content\travel\*.java src\game\item\*.java src\game\minigame\*.java src\game\npc\*.java src\game\object\*.java src\game\skill\summoning\*.java src\game\player\*.java src\game\shop\*.java src\game\skill\*.java src\engine\event\*.java src\engine\network\*.java src\engine\network\packet\*.java src\engine\task\*.java src\engine\util\*.java src\engine\world\*.java
    pause

    goto: build
    If I remember correctly Scott had packets in engine\rs2\core\packets?
    Reply With Quote  
     

  6. #6  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Quote Originally Posted by Karma_K View Post
    If I remember correctly Scott had packets in engine\rs2\core\packets?
    Theres to packet classes, tried both and both give the same error..



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Karma_K's Avatar
    Join Date
    Nov 2012
    Posts
    4,283
    Thanks given
    152
    Thanks received
    610
    Rep Power
    108
    Quote Originally Posted by ibridnaked View Post
    Theres to packet classes, tried both and both give the same error..
    It's not a class. I'm talking about the packet package.
    Reply With Quote  
     

  8. #8  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Quote Originally Posted by Karma_K View Post
    It's not a class. I'm talking about the packet package.
    Changed it to the packets package and I get 100 saying it cannot find imports



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  9. #9  
    Donator


    Join Date
    Jan 2012
    Posts
    1,288
    Thanks given
    491
    Thanks received
    229
    Rep Power
    127
    Quote Originally Posted by Apple Jacks View Post
    Use eclipse.
    Never really used eclipse.



    Developer of Valor, Exigence, & Mystic.
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Jan 2012
    Age
    25
    Posts
    2,703
    Thanks given
    906
    Thanks received
    630
    Rep Power
    0
    You should use eclipse no need to compile then.
    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. Java Help + Compiler Errors + highscores help
    By Silenced in forum Requests
    Replies: 6
    Last Post: 10-16-2008, 03:38 PM
  2. Basic Compile Errors
    By Daniel in forum Tutorials
    Replies: 4
    Last Post: 09-17-2007, 12:54 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
  •