Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead. There is no support for other server builds than the official provided by l2jserver.com
If you want to receive support we need this info to help you properly. » Find Revision
L2J Revision Number:
L2JDP Revision Number:
I didn't take the time to track down the revisions because they don't really matter for the problem, I hope that's okay. But if you do need to locate them, it would be the latest Epilogue update.
Anyways I've been getting errors trying to start up ANY of the .bat files. It seems that they can't find the java files they're looking for. I took screen-shots of the error messages (left) and where I found the java files (right). I checked the .bat files and the files they directly point to and can't find any way to alter the paths to see if there's something I can fix.
ALL help is greatly appreciated. Thank you very much!
Well, thank you for your quick response however if you look you can see that all of the files are there in the locations they're supposed to be in. I suspect it's something simple, I just need to know where I have to fix the problem.
[Edit] I re-installed everything again just to be certain and it's still giving me the same errors. Re-ran the ant-builds as well. Any ideas?
it doesnt matter where the java files are. when you run the .bat files, they need the .jar files, the compiled java files. (check that the lib folder is one folder above the bat file - ../lib )
you have to build the project in order to get the jar file. the default build profile makes a zip for you, which contains all needed files. just extract it to one directory. then build also datapack and extract the zip to same directory as gameserver. you should be fine.