Jump to content

Question

Posted

Hello everyone and good day 👋😁,

can someone help me with this issue

i build source without any errors

buildtimesuccess.thumb.png.131b3b3342ed2fd2704683ed7ecbbb4b.png

 


but when i put .jar files in libs wp-gameserver.jar , wp-loginserver.jar and then open .bat files


i get this in StartGameServer.bat
GameServerRuntimeerror.png.6d424c247830040cbcf7732cf7fb9dc8.png

and this in StartLoginServer.bat
LoginServerRuntimeerror.png.18635efb39b7d1104166f41fef60c951.png

I set everything correctly in the Environment System
JavaSystemVariables.png.519485485309d455f3badca398acf522.png


echocmdJavaHome.png.76d2cde09dbf785629ccc03fbfc2604d.png

 

EchocmdPath.png.2cff42ccd679082ebe2848e25a3df49f.png


and I am confused to find a solution 😕
Java Version: Java 8
and i'm using OpenJDK 8.0.372.7
File Version: WolfPack I bought it from L2fortune in 2017 (High Five)

thx🙂

10 answers to this question

Recommended Posts

  • 0
Posted
18 hours ago, auda2010 said:

Hello everyone and good day 👋😁,

can someone help me with this issue

i build source without any errors

buildtimesuccess.thumb.png.131b3b3342ed2fd2704683ed7ecbbb4b.png

 


but when i put .jar files in libs wp-gameserver.jar , wp-loginserver.jar and then open .bat files


i get this in StartGameServer.bat
GameServerRuntimeerror.png.6d424c247830040cbcf7732cf7fb9dc8.png

and this in StartLoginServer.bat
LoginServerRuntimeerror.png.18635efb39b7d1104166f41fef60c951.png

I set everything correctly in the Environment System
JavaSystemVariables.png.519485485309d455f3badca398acf522.png


echocmdJavaHome.png.76d2cde09dbf785629ccc03fbfc2604d.png

 

EchocmdPath.png.2cff42ccd679082ebe2848e25a3df49f.png


and I am confused to find a solution 😕
Java Version: Java 8
and i'm using OpenJDK 8.0.372.7
File Version: WolfPack I bought it from L2fortune in 2017 (High Five)

thx🙂

Make sure that you compiled it using the correct java version (i guess it's 1.8)

  • 0
Posted
6 hours ago, Zake said:

Make sure that you compiled it using the correct java version (i guess it's 1.8)

This is what puzzles me because I am using jdk 1.8 and I used it from Oracle and this error appeared to me and I changed it to OpenJDK and this error appeared to me as well.

jdk1.8.png.ef50c345428b57b5585bfcf002d6677e.png
i download it from here
jdk1.8fromwebsite.png.c6d548442752f13d4498250eb82e5064.png

jdk1.8fromeclipse.thumb.png.4aab53d3f22b1d42d243e71867d17907.png
 

34 minutes ago, Nightw0lf said:

this happens when you replace jar in a live server, did you shutdown before you replace the jar?

no, I replaced the jar and the server is already Shutdown.

 

  • 0
Posted

Open eclipse -> window -> preferences -> java -> installed jres -> add openjdk if you didn't already.

then right click to project -> properties -> java build path -> double click JRE System Library -> change to open JDK.

then right click to build.xml -> run as -> external tools configurations -> JRE tab -> Separate JRE -> select the openjdk one -> apply -> run.

Also make sure that your JAVA_HOME environment variable points to the openjdk bin path

  • 0
Posted

watch this on the part of the eclipse configuration, its for acis but its the same principal

make sure ALL the server related jars are build in same jdk, check worst case this method in geodata is actually there.

 

  • 0
Posted

Also make sure that your JAVA_HOME environment variable points to the openjdk bin path
JavaSystemVariables.png.519485485309d455f3badca398acf522.pngechocmdJavaHome.png.76d2cde09dbf785629ccc03fbfc2604d.pngEchocmdPath.png.2cff42ccd679082ebe2848e25a3df49f.png

1.Open eclipse -> window -> preferences -> java -> installed jres -> add openjdk (Done)

jdk1.8fromeclipse_2.png.a02b987d95de92e10f444ae0d5ba5538.png

 

2.Open eclipse -> window -> preferences -> java -> installed jres -> Execution Environments (Done)

jdk1.8fromeclipse_2excutionEnviroments_2.png.0f64ed82ba9796cea40214f2f4b0b888.png

 

3.then right click to build.xml -> run as -> external tools configurations -> JRE tab -> Separate JRE -> select the openjdk one -> apply -> run. (Done)

spacer.png

 

But after running
spacer.png

should i install jre 11 for eclipce and installed jres -> Execution Environments?

  • 0
Posted
6 hours ago, auda2010 said:

Also make sure that your JAVA_HOME environment variable points to the openjdk bin path
JavaSystemVariables.png.519485485309d455f3badca398acf522.pngechocmdJavaHome.png.76d2cde09dbf785629ccc03fbfc2604d.pngEchocmdPath.png.2cff42ccd679082ebe2848e25a3df49f.png

1.Open eclipse -> window -> preferences -> java -> installed jres -> add openjdk (Done)

jdk1.8fromeclipse_2.png.a02b987d95de92e10f444ae0d5ba5538.png

 

2.Open eclipse -> window -> preferences -> java -> installed jres -> Execution Environments (Done)

jdk1.8fromeclipse_2excutionEnviroments_2.png.0f64ed82ba9796cea40214f2f4b0b888.png

 

3.then right click to build.xml -> run as -> external tools configurations -> JRE tab -> Separate JRE -> select the openjdk one -> apply -> run. (Done)

spacer.png

 

But after running
spacer.png

should i install jre 11 for eclipce and installed jres -> Execution Environments?

i guess you are using a new eclipse version. Unfortunately eclipse trolled hard on that part, jdk8 is an LTS version not supported by new ides. Go to eclipse website and download like 2021 version or something.

  • 0
Posted
7 hours ago, Zake said:

i guess you are using a new eclipse version. Unfortunately eclipse trolled hard on that part, jdk8 is an LTS version not supported by new ides. Go to eclipse website and download like 2021 version or something.

 

Fixed

 

5 hours ago, Nightw0lf said:

install latest version of java provided by the eclipse installation then use the required jdk 1.8, just watch the video

I watched it and really benefited from it

Thank you for your help. Much appreciation and thanks to you @Nightw0lf @Zake 

  • Thanks 1
  • 0
Posted
14 hours ago, auda2010 said:

 

Fixed

 

I watched it and really benefited from it

Thank you for your help. Much appreciation and thanks to you @Nightw0lf @Zake 

Glad to help, topic locked.

Guest
This topic is now closed to further replies.


  • Posts

    • You talk too much go open L2Jhellas 😞 
    • 🌟 L2Avalon – Interlude Rework x20 – Grand Opening July 4! 🌟 📅 Server Launch: Open Beta: June 26, 18:00 GMT+3 Grand Opening: July 4, 2025 📦 Chronicle & Client: Reworked Interlude (based on latest High Five features) Custom launcher with up-to-date client support ⚔️ Rates & Progression: EXP/SP: Lv 1–39: x20 Lv 40–52: x15 Lv 52–60: x10 Lv 61–70: x8 Lv 71–75: x5 Lv 76–79: x4 → x3 Lv 80+: x2 Adena: x1 (subject to adjustment) Drop/Spoil/Raid Drop: x5 Quest Drop: custom Party Bonus: up to +290% EXP 🛠️ Core Features: Auto-loot (normal drops) Auto-learn skills up to level 75 High Five-style skill system with full rebalancing Passive MP regen: +1000 MP / 15s Inventory space: 150 slots Weight limit increased Auto CP/HP/MP potions Global chat from level 40 (!), offline shop (.offline), buff selling system (.sellbuff) 🔼 Class Progression: 1st & 2nd class: Free 3rd class: Kill 700 mobs → get 1 Giant Codex Subclass: Custom quest + 4 raid bosses + 1000 B-grade Crystals Noblesse: Either via Caradine's Letter (Lv 65+) or Noblesse box from raid bosses 🏪 NPC Shops & Support: GM Shop: Full D/C gear, Low B gear Luxury Shop: TOP B gear Donation Shop: Cosmetics, premium, etc. NPC Buffer: Save & load buff schemes (premium buffs for Premium Account) Mammon functions via NPC in Giran (unseal, augment, etc.) Offline Traders, Coin of Luck auction system Special blacksmiths and unique item services 💡 Why L2Avalon? Balanced seasonal x20 rates – smooth and long-term growth Quality-of-life systems for casual & hardcore players alike Custom skill system, refined raid rewards, and unique gear upgrades Active community, continuous development, and fair monetization Beta rewards & early start advantage 🔗 Useful Links: 🌐 Website: https://www.l2avalon.net 📘 Full Server Info: https://l2avalon-net.gitbook.io/info 💬 Discord: https://discord.gg/NbM2cXmAem 📝 Join the adventure this July! Prepare your characters during Beta and get rewarded at launch!  
    • You spent over a month calling a lot of people names. I get that you want to change, but it will take a lot more than this for me to believe its sincere. And honestly, for your apology to matter, I'd have to care enough to be offended in the first place.
    • we all love you very much Guytis💖 🤗
    • W/e u smoke there, i want aswell... life has been cruel all this time! Maybe it will help me
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock