Thread: Can't compile

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Can't compile 
    Registered Member
    Join Date
    Apr 2016
    Posts
    138
    Thanks given
    59
    Thanks received
    14
    Discord
    View profile
    Rep Power
    27
    Why won't it let me compile?

    Spoiler for Images:




    Thanks in advance
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    you have to put the compiler in same directory as the java files.
    that should work
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2016
    Posts
    138
    Thanks given
    59
    Thanks received
    14
    Discord
    View profile
    Rep Power
    27
    Quote Originally Posted by Nawgard View Post
    you have to put the compiler in same directory as the java files.
    that should work
    How can that make a difference?
    Look where it is

    And I don't know where i should put the whole map is filled with .java files?
    Reply With Quote  
     

  4. #4  
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    the compiler is wrong.
    you have to path it.
    Code:
    @echo off
    title Compiler
    "C:/program files/Java/jdk1.8.0_77/bin/javac.exe" -d bin src/server/*.java src/server/nextfolder/*.java src/server/next/next/*.java
    pause
    you have to do that for all folders
    Reply With Quote  
     

  5. #5  
    Registered Member
    Join Date
    Apr 2016
    Posts
    138
    Thanks given
    59
    Thanks received
    14
    Discord
    View profile
    Rep Power
    27
    Quote Originally Posted by Nawgard View Post
    the compiler is wrong.
    you have to path it.
    Code:
    @echo off
    title Compiler
    "C:/program files/Java/jdk1.8.0_77/bin/javac.exe" -d bin src/server/*.java src/server/nextfolder/*.java src/server/next/next/*.java
    pause
    you have to do that for all folders
    Is there a way i can make a compiler for all the files at once?
    Reply With Quote  
     

  6. #6  
    Banned
    Join Date
    Apr 2016
    Posts
    220
    Thanks given
    123
    Thanks received
    79
    Rep Power
    0
    Quote Originally Posted by Mille View Post
    Is there a way i can make a compiler for all the files at once?
    i just showed you how to do it like that.
    you just have to add all the folders that have .java files inside.
    but you have .project and .classpath files i recommend to use eclipse it really boosts your coding, compiling up

    if you tell me all the folders in src/server and their subfolders ill do the compiler for you.
    Reply With Quote  
     

  7. #7  
    Registered Member
    Join Date
    Apr 2016
    Posts
    138
    Thanks given
    59
    Thanks received
    14
    Discord
    View profile
    Rep Power
    27
    Quote Originally Posted by Nawgard View Post
    i just showed you how to do it like that.
    you just have to add all the folders that have .java files inside.
    but you have .project and .classpath files i recommend to use eclipse it really boosts your coding, compiling up

    if you tell me all the folders in src/server and their subfolders ill do the compiler for you.
    I did this
    still gives the same error message :/
    Reply With Quote  
     

  8. #8  
    Banned

    Join Date
    Aug 2007
    Age
    25
    Posts
    432
    Thanks given
    80
    Thanks received
    21
    Rep Power
    0
    Use eclipse, it'll help you out way better man.
    Reply With Quote  
     

  9. #9  
    Registered Member
    Join Date
    Apr 2016
    Posts
    138
    Thanks given
    59
    Thanks received
    14
    Discord
    View profile
    Rep Power
    27
    Quote Originally Posted by Coretatian View Post
    Use eclipse, it'll help you out way better man.
    where can i find a noob friendly eclipse tutorial?
    Reply With Quote  
     

  10. #10  
    Banned

    Join Date
    Aug 2007
    Age
    25
    Posts
    432
    Thanks given
    80
    Thanks received
    21
    Rep Power
    0
    Quote Originally Posted by Mille View Post
    where can i find a noob friendly eclipse tutorial?
    [Only registered and activated users can see links. ]
    or
    [Only registered and activated users can see links. ]
    Reply With Quote  
     

  11. Thankful user:


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. Can't Compile
    By Mister Pure in forum Help
    Replies: 18
    Last Post: 07-22-2010, 08:31 PM
  2. 525 help can't compile =(
    By Radeon in forum Help
    Replies: 5
    Last Post: 07-12-2010, 10:31 PM
  3. can somone compile this for me?
    By digistr in forum Requests
    Replies: 2
    Last Post: 01-23-2010, 04:49 AM
  4. Can't Compile with Vista!
    By Warnerr in forum Help
    Replies: 6
    Last Post: 06-29-2009, 05:29 AM
  5. will rep if you can de-compile this
    By Slay No More in forum Help
    Replies: 4
    Last Post: 02-02-2009, 11:16 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
  •