Thread: compile error

Results 1 to 3 of 3
  1. #1 compile error 
    Banned
    Join Date
    Aug 2011
    Posts
    157
    Thanks given
    1
    Thanks received
    4
    Rep Power
    0
    ok so this is my complier

    @echo off
    Title Compiler
    "C:\Program Files\Java\JDK1.6.0_26\bin\javac.exe" -d ./Class/ Java/*.java Java/sign/*.java
    pause


    and when i go to compile it syas javac:file not found Java/*.java

    what shud i do
    Reply With Quote  
     

  2. #2  
    Registered Member Finalz Pk's Avatar
    Join Date
    Jul 2011
    Posts
    171
    Thanks given
    6
    Thanks received
    7
    Rep Power
    29
    Try this, remember to change the jdk1.6.0_26 to your current version.

    @echo off
    Title Compiler
    "C:\Program Files\Java\jdk1.6.0_26\bin\javac.exe" -d ./Class/ Java/*.java Java/sign/*.java
    pause



    Spoiler for People i Respect:
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Jun 2010
    Posts
    73
    Thanks given
    6
    Thanks received
    0
    Rep Power
    1
    To find your current version of jdk go to start > computer > c drive > then to jave folder this is for windows xp for windows 7 go to start > computer > c drive > program (x86) foler > then to java. Hope this helped also make sure your runing jdk for compiling and jre for running hope this helped any questions add me on msn [email protected]
    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. Compile Error
    By Bennyaka in forum Help
    Replies: 7
    Last Post: 12-19-2010, 03:33 PM
  2. compile error
    By Lord Stark in forum Help
    Replies: 4
    Last Post: 12-16-2010, 05:57 PM
  3. will rep++ compile error
    By garyhood in forum Help
    Replies: 1
    Last Post: 12-12-2010, 04:10 AM
  4. compile error
    By Despised Icon in forum Help
    Replies: 3
    Last Post: 05-21-2010, 09:42 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
  •