Jump to content
  • 0

[Help] L2J Java Problem


Question

Posted

Hello :) I have done a L2J server and installed eclipse like here " http://www.maxcheaters.com/forum/index.php?topic=81843.0 " in this guide. But i get an error and i cant get it to work :( Can anyone help me and tell me what is wrong?

 

Buildfile: C:\workspace\L2 Zariche Freya\datapack_development\build.xml

init:

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\community

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\cb_sql

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\gameserver

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\doc

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\languages

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\login

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\sql

    [mkdir] Created dir: C:\workspace\L2 Zariche Freya\datapack_development\build\dist\tools

version:

    [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified

export:

    [sync] Copying 2 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\doc

    [sync] Copying 18135 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\gameserver\data

    [sync] Copied 643 empty directories to 5 empty directories under C:\workspace\L2 Zariche Freya\datapack_development\build\dist\gameserver\data

    [sync] Copying 24 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\community\data

    [sync] Copying 7 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\cb_sql

    [sync] Copying 248 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\sql

    [sync] Copying 5 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\tools

    [sync] Copying 23 files to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\languages

    [sync] Copying 1 file to C:\workspace\L2 Zariche Freya\datapack_development\build\dist\login

distclean:

dist:

      [zip] Building zip: C:\workspace\L2 Zariche Freya\datapack_development\build\L2J_DataPack.zip

BUILD SUCCESSFUL

Total time: 5 minutes 6 seconds

5 answers to this question

Recommended Posts

  • 0
Posted

BUILD SUCCESSFUL

Total time: 5 minutes 6 seconds

Means what it means, build is successful. If you're really bothered with your error, type "svnversion" in google or edit your build.xml.

 

I would be more bored about compiling time (5min to "compile" DP, you do it on Pentium II or what ?).

  • 0
Posted

Yeah thanks ^^ and no that was hilarious =)) Pentium II =)) ... I have Core 2 Duo 3 Ghz :P  But that was the wrong DP that i compiled accidently :P the other took my 55 sec :P not the server :)

 

Buildfile: C:\workspace\L2_GameServer Freya\build.xml

clean:

verifyRequirements:

init:

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\classes

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\login

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\gameserver

version:

    [exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified

compile:

    [javac] Compiling 1505 source files to C:\workspace\L2_GameServer Freya\build\classes

jar:

      [jar] Building jar: C:\workspace\L2_GameServer Freya\build\l2jserver.jar

      [jar] Building jar: C:\workspace\L2_GameServer Freya\build\l2jlogin.jar

    [copy] Copying 1 file to C:\workspace\L2_GameServer Freya\build\dist\login

    [copy] Copying 1 file to C:\workspace\L2_GameServer Freya\build\dist\gameserver

jarsrc:

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\libs

      [jar] Building jar: C:\workspace\L2_GameServer Freya\build\dist\libs\l2jserver-src.jar

dist:

    [copy] Copying 3 files to C:\workspace\L2_GameServer Freya\build\dist\login

    [copy] Copying 2 files to C:\workspace\L2_GameServer Freya\build\dist\gameserver

    [copy] Copying 13 files to C:\workspace\L2_GameServer Freya\build\dist\libs

    [copy] Copying 2 files to C:\workspace\L2_GameServer Freya\build\dist\languages

    [copy] Copying 5 files to C:\workspace\L2_GameServer Freya\build\dist\images

    [copy] Copying 2 files to C:\workspace\L2_GameServer Freya\build\dist\doc

    [copy] Copying 9 files to C:\workspace\L2_GameServer Freya\build\dist\doc

    [copy] Copying 10 files to C:\workspace\L2_GameServer Freya\build\dist\login

    [copy] Copying 5 files to C:\workspace\L2_GameServer Freya\build\dist\gameserver

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\gameserver\log

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\login\log

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\login\config

    [copy] Copying 21 files to C:\workspace\L2_GameServer Freya\build\dist\gameserver\config

    [copy] Copying 3 files to C:\workspace\L2_GameServer Freya\build\dist\login\config

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\gameserver\data

    [copy] Copying 1 file to C:\workspace\L2_GameServer Freya\build\dist\gameserver\data

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\gameserver\data\geodata

    [copy] Copying 1 file to C:\workspace\L2_GameServer Freya\build\dist\gameserver\data\geodata

    [mkdir] Created dir: C:\workspace\L2_GameServer Freya\build\dist\gameserver\data\pathnode

    [copy] Copying 1 file to C:\workspace\L2_GameServer Freya\build\dist\gameserver\data\pathnode

      [zip] Building zip: C:\workspace\L2_GameServer Freya\build\L2J_Server.zip

BUILD SUCCESSFUL

Total time: 55 seconds

 

Thanks very much for your help :)

  • 0
Posted

From the moment you got

BUILD SUCCESSFUL

 

There are no real error, just warnings. BTW to fail a DP compilation you have to be pro, because there is nothing to compile, it's more a organization than a compilation.

 

Yes about Pentium II, it was a joke :). 55 secs is more normal than 5min ^^.

 

About svnversion, see my first post, search on google :P. But you haven't to busy as it doesn't influence the build.

  • 0
Posted

java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified

 

i have this error too. but its not a problem ;)

 

It's one software, find on google CollabNet Subversion .. install it and then fixed.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...