Thread: Compiling Help

Results 1 to 6 of 6
  1. #1 Compiling Help 
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    Hi, so I have a .bat file for compiling my server and here is what it reads

    --------------

    @echo off
    title Compile
    "C:\Program Files\Java\jdk1.8.0_65\bin\javac.exe" -classpath . -d bin src\server\dakota\*.java src\server\dakota\events\*.java src\server\dakota\io\*.java src\server\dakota\model\*.java src\server\dakota\model\packets\*.java src\server\dakota\model\player\*.java src\server\dakota\util\*.java src\server\dakota\npcs\*.java src\server\dakota\world\map\*.java src\server\dakota\world\*.java
    pause
    cls
    Compile.bat
    pause

    ---------------

    Why isn't this working? I have the file directed to the JDK on my OS drive and it matches up with the version installed exactly. Any ideas?
    Reply With Quote  
     

  2. #2  
    Registered Member

    Join Date
    May 2012
    Posts
    474
    Thanks given
    93
    Thanks received
    74
    Rep Power
    634
    Reply With Quote  
     

  3. Thankful user:


  4. #3  
    Banned

    Join Date
    Feb 2014
    Posts
    1,204
    Thanks given
    138
    Thanks received
    450
    Rep Power
    0
    Download an IDE, such as Eclipse.
    Will make your life much easier, google it.

    OT: There's quite a lot of tutorials you can follow to set your server up on Eclipse, if you choose to do that.
    Reply With Quote  
     

  5. #4  
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    Quote Originally Posted by kyoto View Post
    Download an IDE, such as Eclipse.
    Will make your life much easier, google it.

    OT: There's quite a lot of tutorials you can follow to set your server up on Eclipse, if you choose to do that.
    Eclipse Mars work or no
    Reply With Quote  
     

  6. #5  
    Banned
    Join Date
    Dec 2015
    Posts
    55
    Thanks given
    0
    Thanks received
    5
    Rep Power
    0
    Quote Originally Posted by EJVILL View Post
    Eclipse Mars work or no
    Yes.
    Reply With Quote  
     

  7. #6  
    Extreme Donator

    Join Date
    Feb 2014
    Posts
    336
    Thanks given
    4
    Thanks received
    5
    Rep Power
    20
    Okay I'll use Eclipse but is there like a guide somewhere for making a compiling bat file?

    Okay I'm trying to run my server in Eclipse and it's not working, please help
    Last edited by Excavation; 01-15-2016 at 12:01 AM. Reason: eclipse ide
    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. Compiler help :S
    By Tankster in forum RS2 Server
    Replies: 4
    Last Post: 01-03-2008, 07:57 PM
  2. Compiler - Help Menu
    By 134679 in forum Tutorials
    Replies: 0
    Last Post: 11-03-2007, 07:23 AM
  3. compiler help..
    By ANTHRAX in forum Tutorials
    Replies: 5
    Last Post: 08-29-2007, 12:39 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
  •