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

    • --- Interlude Faction/GvE PvP grand opening 2025-11-15 19:00 GMT+2 ---   Gameplay: Chronicle: Interlude Type: Faction/GvE (Angels vs Nature vs Demons) GM Shop: B-S grade Buff slots: 20+4 Starting level: 74 + rebirth system   New Features: Client: Modern interface based on Essence Balance: New class skills for better balance Achievement Rewards: Daily, Weekly, One-time TOP rankings: PvP, Event PvP, Map PvP, Clan PvP, Event MvP, Map MvP Zones: 70 different PvP zones,  18 different events (8 map events | 10 main events) 12 Grand/raid bosses. Castle siege Olympiad Clan Hall challenge Custom Enchant System: Dynamic success chance (greater enchant level or item grade less enchanting success chance) Enchant rate: Blessed scrolls dynamic from 100% to 25%. Crystal Scrolls: 100%; Max enchant weapon +12 Max enchant armor +8 Safe point enchant system Extra Features: PvP items with level upgrade Weapon/Armor upgrade (from B grade to S) system Attributes system   Website: https://l2cygnus.com Community: Discord Facebook: https://www.facebook.com/l2cygnus Youtube:   
    • More fluid combat, not 100% yet, but I think it's acceptable. I put the following logic in movetopawn, moveto, maybemovetopawn, validatelocation, movetolocation: If Config.GeoData is active, it applies the coordinates using geodata; if disabled, use setdistanceplansq to measure the distance of things! Fix for reflected damage (if the attacker is null, it will not be calculated). Minor improvements to the Day/Night item generation manager. Fix to not punish players who destroy items with a count = 0... Fix for when a player tried to use a resurrection scroll while seated, it disappeared without effect. Fix for when it was possible to equip armor while paralyzed. Cleanup of System message. Rework of PathNodes. Fixed the ia for mobs attack range when chasing the player (test) Fixed Pathnodes loading Added # ------------------------ #Show Red Name for Aggressive Mobs # ------------------------ ShowRedName = True Which was missing in the configs
    • ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ⚔️ L2JOmen High Five - SERVIDOR 100% RETAIL ⚔️ 📢 SOLICITAMOS APOYO PARA TESTING 📢 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ¡Saludos, comunidad de Lineage II! Estamos desarrollando un proyecto ambicioso y de calidad: L2JOmen High Five, un servidor  100% RETAIL que busca ofrecer la experiencia más auténtica de High Five.  Nos encontramos en la fase de desarrollo y testing, y necesitamos tu ayuda para hacerlo  grande. Si eres un amante del retail, disfrutas probar nuevas funciones y quieres formar  parte de un proyecto serio desde sus inicios, ¡tu apoyo es invaluable! ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🎮 CARACTERÍSTICAS PRINCIPALES 🎮 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ✅ SERVIDOR 100% RETAIL    • Experiencia auténtica de High Five    • Geodata PTS Official    • Plataforma Premium 2025 ✅ SISTEMA DE RATES DINÁMICO (Progresión Retail x1 con ayuda x5 -> x1)    • XP: 1-20 (5.0x) | 21-40 (3.0x) | 41-60 (2.0x) | 61-75 (1.5x) | 76-85 (1.0x)    • SP: 1-20 (5.0x) | 21-40 (3.0x) | 41-60 (2.0x) | 61-75 (1.5x) | 76-85 (1.0x)    • Adena: x2.0 (Retail con pequeño ajuste)    • Drop y Spoil: x1.0 (Mobs, Raids y Epics) ✅ SISTEMA DE ENCANTAMIENTO PROFESIONAL    • Enchant Safe: +6 (100% seguro hasta +6)    • Enchant Máximo: +30    • Tasas de encantamiento balanceadas:      * 0-3: 100% | 4: 80% | 5: 75% | 6: 70% | 7: 65% | 8: 60%      * 9: 55% | 10: 50% | 11: 45% | 12: 40%      * 13: 10% | 14-25: 5-9% | 26-30: 1-4%    • Sistema Blessed Enchant habilitado ✅ INICIO DE PERSONAJE    • Dynasty Masterwork Set completo +12    • 1 Ticket para Weapon S +12    • Duración: 7 días ✅ CONFIGURACIÓN RETAIL    • Element Limit: Nivel 4    • Buffs: Duración de 1 hora    • Nobless: Obtenible mediante quest    • Subclass Máxima: 10 (Certificación para cada Subclass) ✅ SISTEMA DE FARM Y ECONOMÍA    • Múltiples monedas de farm (Adena, Ancient Adena, Coin of Luck, PC Bang Points, Farm Coins)    • Varias zonas de farm disponibles    • Zona de Party Farm (se habilita cada 3 horas por 1 hora)    • 4 Raids diarias programadas ✅ SISTEMA PC BANG POINTS    • Aproximadamente 10,000 puntos por 24 horas conectado    • Entrega cada 10 minutos    • Jugadores Normales: 60-72 puntos/intervalo    • Jugadores Premium: 96-116 puntos/intervalo    • 5% probabilidad de doble puntos ✅ SHOPS COMPLETOS    • Shop Normal (Adena y Farm Coins)    • Shop Donate (con opciones premium)    • Armaduras y Armas hasta Grado Dynasty, Moirai, S84    • Joyas completas, no incluye Epics    • Scrolls (Normales, Blessed, Divine, Ancient)    • Elementos hasta nivel 4-7    • Accesorios y consumibles ✅ SISTEMA VIP    • 5 niveles de VIP disponibles    • Bonificaciones progresivas de XP/SP/Drop    • Recompensas diarias exclusivas ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🤝 ¿QUÉ NECESITAMOS DE TI? 🤝 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🔍 TESTERS ACTIVOS    • Jugadores que prueben todas las funciones del servidor    • Feedback constructivo sobre bugs, balance y mejoras    • Reporte de problemas encontrados 🎮 JUGADORES DEDICADOS    • Amantes del retail que valoren la experiencia auténtica    • Personas dispuestas a ayudar a mejorar el proyecto    • Comunidad comprometida con el crecimiento del servidor 📊 REPORTES DETALLADOS    • Bugs y errores encontrados    • Sugerencias de balance    • Opiniones sobre el gameplay    • Feedback sobre sistemas implementados ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 💎 ¿POR QUÉ UNIRTE A L2JOmen? 💎 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🌟 PROYECTO SERIO Y COMPROMETIDO    • Desarrollo constante y mejoras continuas    • Atención a la comunidad activa    • Transparencia en todas las decisiones 🎯 EXPERIENCIA 100% RETAIL    • Sin modificaciones que rompan el juego original    • Balance auténtico de High Five    • Gameplay puro y tradicional ⚡ TECNOLOGÍA DE VANGUARDIA    • Servidor optimizado y estable    • Geodata oficial de PTS    • Sistema robusto y sin lag    • Sistema Anticheat Premium 🎁 RECOMPENSAS PARA TESTERS    • Participación activa en el desarrollo    • Reconocimiento especial en el lanzamiento    • Beneficios exclusivos para early testers ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 📞 CONTACTO E INFORMACIÓN 📞 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Si estás interesado en formar parte de este proyecto y ayudarnos a crear el mejor  servidor retail de High Five, contáctanos. Tu apoyo es fundamental para hacer realidad  este grandioso proyecto. 💬 Únete a nuestro grupo de testing 🌐 WhatsApp: https://chat.whatsapp.com/Km6uRtFsoUq2tNZZalo5HB?mode=wwt ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 🏆 ¡Juntos construimos el mejor servidor retail! 🏆 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  
    • any server used these files? if yes let me know in pm.
    • L2Net is an in-game (IG) bot. I already have Adrenaline for that. I'm looking for an out-of-game (OOG) bot - one that doesn’t require the Lineage 2 client to run.
  • 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