The last changeset

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: The last changeset

Post by Zoey76 »

zhort wrote:use jdk 8 51, I had 8 45 & take error for tools.jar
I'm using 8u45 and I don't have that issue.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
User avatar
Avanael92
Advanced User
Advanced User
Posts: 189
Joined: Thu Aug 07, 2014 5:26 pm
Location: Germany

Re: The last changeset

Post by Avanael92 »

Just one thing to mention regarding your guide Zoey76.

In settings.gradle:

Code: Select all

include ':L2J_Server'
project(':L2J_Server').projectDir = new File(settingsDir, '../L2J_Server')
and in build.gradle:

Code: Select all

compile files('../L2J_Server/dist/libs/mmocore.jar')
	compile project(':L2J_Server')
In case you named your Datapack and Server in something else like "Servername_Datapack" and "Servername_Server". If you try to import Datapack first, that will result in an error saying L2J_Server could not be found. In this case it's necessary to change the name and path in settings.gradle and build.gradle correctly.

After that importing and compiling Datapack only with Core included went without problems.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: The last changeset

Post by Zoey76 »

Okay, I'll include it, I want to try to find another way to do it. :think:
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply