Thread: Compile complete but no changes

Results 1 to 4 of 4
  1. #1 Compile complete but no changes 
    Registered Member
    Join Date
    Mar 2018
    Posts
    1
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    Hey guys, I used to mess around with a server on my own just following tuts and playing solo for fun. I recently formatted my hard drive and decided to get back into it. I downloaded JDK and set my paths. I can compile the client I'm using and the changes will work but the server compiles and everything I changed stays the same even though the code saves in the .java files. The source I'm using is 2006redone.

    Here is the compiler code:

    Code:
    @echo off
    title Compiler
    java -jar libs/javac++.jar src libs bin
    pause
    The version of JDK I'm using is 1.8.0_241

    I know people recommend using an IDE but I'm old school and just enjoy the old way.

    Any help is greatly appreciated, Cheers!
    Reply With Quote  
     

  2. #2  
    Registered Member
    Grant_'s Avatar
    Join Date
    Aug 2014
    Posts
    493
    Thanks given
    93
    Thanks received
    109
    Rep Power
    136
    Quote Originally Posted by zaras View Post
    Hey guys, I used to mess around with a server on my own just following tuts and playing solo for fun. I recently formatted my hard drive and decided to get back into it. I downloaded JDK and set my paths. I can compile the client I'm using and the changes will work but the server compiles and everything I changed stays the same even though the code saves in the .java files. The source I'm using is 2006redone.

    Here is the compiler code:

    Code:
    @echo off
    title Compiler
    java -jar libs/javac++.jar src libs bin
    pause
    The version of JDK I'm using is 1.8.0_241

    I know people recommend using an IDE but I'm old school and just enjoy the old way.

    Any help is greatly appreciated, Cheers!
    You should navigate to Eclipse/IntelliJ. It isn't that hard to setup, there are a million Youtube videos on how to get familiar with it. You can code, compile and run all from one spot. If you need some help in the right direction feel free to PM your discord and I'll reach out when I have a free second.
    Reply With Quote  
     

  3. #3  
    ¦¦¦ RuneTimes ¦¦¦

    RainDropzZ's Avatar
    Join Date
    Oct 2010
    Posts
    348
    Thanks given
    28
    Thanks received
    93
    Discord
    View profile
    Rep Power
    471
    I agree with grant. You should def. use an IDE, will help you alot and makes things alot easier once setup.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2008
    Posts
    76
    Thanks given
    3
    Thanks received
    5
    Discord
    View profile
    Rep Power
    3
    It seems your using a third party tool to compile the files. Your running a JAR file to compile the *.java files.
    Your specifieng arguments to the Main method of the JAR file (src libs bin).
    1. Jar doesn't work use javac.exe
    2. arguments are invalid

    (edit: Lol are u running the correct, updated, class files ?)
    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. Replies: 18
    Last Post: 12-29-2013, 04:04 PM
  2. Replies: 12
    Last Post: 12-29-2012, 03:42 AM
  3. 667/*** Sprites changed but no effect?
    By izaazkothawala in forum Help
    Replies: 1
    Last Post: 06-20-2012, 10:36 PM
  4. Blank But No Completly.
    By Funny Man in forum Requests
    Replies: 0
    Last Post: 10-24-2010, 04:54 AM
  5. Compiler works but no Run.bat
    By Sir John in forum Help
    Replies: 2
    Last Post: 01-14-2009, 10:08 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
  •