Jump to content
  • 0

Need help l2jacis, I will be grateful!


Question

Posted (edited)

 

Good afternoon, I decided to start my old sources, I started compiling, 
I go in, I enter the login and password, 
it comes to choosing a server and further and further silence, 
nothing happens, an error flies in the rc.
Previously, everything was fine, 
now there is such a mistake, who started.

 

 

https://prnt.sc/125zoqv

Edited by P1ckw1ck

11 answers to this question

Recommended Posts

  • 0
Posted
12 hours ago, P1ckw1ck said:

 

Good afternoon, I decided to start my old sources, I started compiling, 
I go in, I enter the login and password, 
it comes to choosing a server and further and further silence, 
nothing happens, an error flies in the rc.
Previously, everything was fine, 
now there is such a mistake, who started.

 

 

https://prnt.sc/125zoqv

 

flip() method which is missing, is introduced in JDK-8. This mean your project is not using JDK-8 version. Remove completely any installed java you have on your machine and install JDK-8. 

 

Also make sure to edit all project properties to show JDK-8 including edit the build.xml and eclipse's settings. 

  • 0
Posted

I think you have old aCis which was java 8, you need to use java 8 to compile. There were changes in flip() method in newer versions.

  • 0
Posted
3 minutes ago, An4rchy said:

Я думаю, у вас есть старый aCis, который был java 8, вам нужно использовать java 8 для компиляции. В более новых версиях были изменения в методе flip ().

I already use Java 1.8.281 version, 
before everything worked fine now error.

  • 0
Posted

According to this: https://stackoverflow.com/questions/61267495/exception-in-thread-main-java-lang-nosuchmethoderror-java-nio-bytebuffer-flip

 

You need to compile using java 8, from my understanding. Check Installed JREs if you're using eclipse.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..