Got a sirius problem with Logger/LOG/LogerFactory going on!

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
User avatar
invoke
Posts: 10
Joined: Tue May 07, 2013 7:31 am

Got a sirius problem with Logger/LOG/LogerFactory going on!

Post by invoke »

.
Last edited by invoke on Fri Apr 03, 2020 11:58 pm, edited 1 time in total.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Got a sirius problem with Logger/LOG/LogerFactory going on!

Post by UnAfraid »

Refresh your gradle project.
You can do that from eclipse (But cant remember where it is with Buildship plugin)
Go to your repo folder open cmd there and type

Code: Select all

./gradlew.bat cleanEclipse 
./gradlew.bat eclipse
Image
User avatar
invoke
Posts: 10
Joined: Tue May 07, 2013 7:31 am

Re: Got a sirius problem with Logger/LOG/LogerFactory going on!

Post by invoke »

UnAfraid wrote:Refresh your gradle project.
You can do that from eclipse (But cant remember where it is with Buildship plugin)
Go to your repo folder open cmd there and type

Code: Select all

./gradlew.bat cleanEclipse 
./gradlew.bat eclipse

tried to refreshing too many times and nothing happens, still the same error there.
went to my reposit. folder and opened the gradlew.bat but its running its self and says failed with red and then perma close its self.
Same with the dp gradlew.bat

Also tried to open cmd with the file oppened and typed

Code: Select all

./gradlew.bat cleanEclipse 
./gradlew.bat eclipse
but the "/gradlew" is not recognized as an internal or extrenal command.
Post Reply