Thanks for sharing your file with us.
I replaced the files, but it still didn't show up, the community went black, do you have any idea what it could be?
This appears on the console when I compile:
Buildfile: D:\Workspace\Rhongominyad\build.xml
clean:
[delete] Deleting directory D:\Workspace\Rhongominyad\build
checkRequirements:
[echo] Verification of your JDK version.
init:
[mkdir] Created dir: D:\Workspace\Rhongominyad\build
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\classes
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\login
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\gameserver
compile:
[javac] Compiling 1762 source files to D:\Workspace\Rhongominyad\build\classes
[javac] warning: [options] bootstrap class path not set in conjunction with -source 8
[javac] Note: D:\Workspace\Rhongominyad\java\net\sf\l2j\gameserver\scripting\ScriptManager.java uses or overrides a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] 1 warning
jar:
[jar] Building jar: D:\Workspace\Rhongominyad\build\l2jserver.jar
[copy] Copying 1 file to D:\Workspace\Rhongominyad\build\login\libs
[copy] Copying 1 file to D:\Workspace\Rhongominyad\build\gameserver\libs
dist:
[copy] Copying 3 files to D:\Workspace\Rhongominyad\build\login\libs
[copy] Copying 8 files to D:\Workspace\Rhongominyad\build\gameserver\libs
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\gameserver\log
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\login\log
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\gameserver\config
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\login\config
[copy] Copying 8 files to D:\Workspace\Rhongominyad\build\gameserver\config
[copy] Copying 3 files to D:\Workspace\Rhongominyad\build\login\config
[mkdir] Created dir: D:\Workspace\Rhongominyad\build\gameserver\data
BUILD SUCCESSFUL
Total time: 34 seconds
Yes, I use Java 8.
If you use the build that comes ready, it loads normally.
After compiling the source code, when I turn on the gameserver, when loading this error appears.
Xtellia
Do you have any idea what it might be, whenever I compile your source, this happens when I start the gameserver.
----------------------------------------------------=[ Geodata & Pathfinding ]
Exception in thread "main" java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer;
at net.sf.l2j.gameserver.geoengine.geodata.BlockMultilayer.<init>(BlockMultilayer.java:89)
at net.sf.l2j.gameserver.geoengine.GeoEngine.loadGeoBlocks(GeoEngine.java:279)
at net.sf.l2j.gameserver.geoengine.GeoEngine.<init>(GeoEngine.java:92)
at net.sf.l2j.gameserver.geoengine.GeoEngine$SingletonHolder.<clinit>(GeoEngine.java:1521)
at net.sf.l2j.gameserver.geoengine.GeoEngine.getInstance(GeoEngine.java:1516)
at net.sf.l2j.gameserver.GameServer.<init>(GameServer.java:179)
at net.sf.l2j.gameserver.GameServer.main(GameServer.java:93)
Which most accurate version of java 8? Perhaps because I have little knowledge, I used more with Eclipse IDE 2020-03 and java jdk 8u271 more without success.