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