"Getting Started"

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
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
ChrisJH
Posts: 11
Joined: Thu Aug 13, 2015 5:49 pm

"Getting Started"

Post by ChrisJH »

Hello l2jserver

i want to start a l2 server, and ofc to help the community... but i have a problem.. i follow the steps at the guide "getting started" .. but at the step "File -> Import... as Gradle project" the panel showing in eclipse is different than the guide instead of import it says "New Project Wizard" but again there is the "Gradle Project" and i click on it.. but the next phase differs too.. there is no welcome page.. instead it asking to put a project name.. anyway i give a name and press finish.. and then when i go to build it successfully builds but not zip.. nothing, and on my workspace i cant find the server files... maybe the guide needs update? i tried it 3 times exactly as it is.

Here is an example of the Build (bcz right now im using other pc)

Code: Select all

Gradle Tasks: build
Working Directory: C:\Users\User\git\L2J_Server
Gradle Distribution: Gradle wrapper from target build
Gradle User Home: Use default defined by Gradle
Java Home: Use default defined by Gradle
JVM Arguments: Use default defined by Gradle
Program Arguments: None

:compileJava
:processResources UP-TO-DATE
:classes UP-TO-DATE
:configuratorJar UP-TO-DATE
:dbInstGsJar UP-TO-DATE
:dbInstLsJar UP-TO-DATE
:distTar UP-TO-DATE
:distZip UP-TO-DATE
:jar UP-TO-DATE
:loginJar UP-TO-DATE
:assemble UP-TO-DATE
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:check UP-TO-DATE
:build UP-TO-DATE
:zip UP-TO-DATE

BUILD SUCCESSFUL

Total time: 1.5 secs
Can someone give me his light? Thank you!
ChrisJH
Posts: 11
Joined: Thu Aug 13, 2015 5:49 pm

Re: "Getting Started"

Post by ChrisJH »

i find the fix.. ok so after you put the name and create the new project right click it on package explorer and then import and follow the steps... in the guide there are missing these steps i guess
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7005
Joined: Tue Aug 11, 2009 3:36 am

Re: "Getting Started"

Post by Zoey76 »

You don't need to create a new project, make sure you are using Buildship Gradle Integration 1.0 plugin for Gradle in Eclipse.
Powered by Eclipse 4.30 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.2.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

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