Jump to content
  • 0

WTF? pls help me!


Question

Posted

Wtf first time i saw that..... when i start my l2jfree server this error begins!

49812215.th.jpg

:-\ damn help me..

 

 

 

When i edit my startGameServer.bat

@echo off
title Game Server Console
:start
echo Starting l2jfree
echo.

SET OLDCLASSPATH=%CLASSPATH%
call setenv.bat

REM -------------------------------------
REM Default parameters for a basic server.
java -Xmn128m -Xms512m -Xmx1024m -server com.l2jfree.gameserver.GameServer
REM
REM For debug purpose (for devs), use this :
REM java -Xmx512m -Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=7456 com.l2jfree.gameserver.GameServer 
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m -XX:SurvivorRatio=8 -Xnoclassgc -XX:+AggressiveOpts
REM -------------------------------------

SET CLASSPATH=%OLDCLASSPATH%

if ERRORLEVEL 2 goto restart
if ERRORLEVEL 1 goto error
goto end
:restart
echo.
echo Admin Restart ...
echo.
goto start
:error
echo.
echo Server terminated abnormaly
echo.
:end
echo.
echo server terminated
echo.
pause

5 answers to this question

Recommended Posts

  • 0
Posted

yes i use from trunk but why is unsupported???? i should use archives?

but the error is that my computer doesn't do anything in java command..... :S help??

  • 0
Posted

download java jdk(latest) which has also jre inside.

You prolly dont have java installed in your computer

  • 0
Posted

i had them both jre and kdk but i reisntalled them! maybe i know where is the problem! i deleted in "enviromental variables" in path!

but i don't know how to fix it! now in path i have

                    Path:

C:\Program Files\Java\dk1.6.0_14;C:\maven\bin

<-- here i deleted the whole path by mistake and i added these! maybe from this one? can u help me to fix it?

 

                  Java_Home:

C:\Program Files\Java\jre1.6.0_07

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • 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