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!