Page 2 of 8
Re: L2J, L2JDP Execute failed
Posted: Thu Jun 04, 2009 2:14 pm
by DSM
I use program IntelliJ IDEA 8.1.2 what it is necessary to establish for it?
Re: L2J, L2JDP Execute failed
Posted: Thu Jun 04, 2009 2:23 pm
by janiii
Very newbie question regarding Eclipse
Posted: Fri Jun 05, 2009 4:06 pm
by Saso
Hey everyone!
I got a very dumb and simple question, that I just cant resolve on my own.
I got eclipse working, and subclipse too. I can connect with the l2jserver SVNs, I checkout the projects, I can do patch edits and what not.
Now how do i extract, or packet that so I can use it as a server?
Re: Very newbie question regarding Eclipse
Posted: Fri Jun 05, 2009 4:16 pm
by Evilus
Find the build.xml file right click and go to run as and choose ant
Re: Very newbie question regarding Eclipse
Posted: Fri Jun 05, 2009 4:31 pm
by Saso
[exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, The system cannot find the file specified
Is what I got!
But the Build was successfully completed. Thanks!
Re: Very newbie question regarding Eclipse
Posted: Fri Jun 05, 2009 4:54 pm
by Evilus
Non-critical error. Nothing to worry about. If you want it to be gone just install subversion.
problem with eclipse
Posted: Mon Nov 23, 2009 4:48 pm
by dulisi
PLZ CAN U HELP ME
Buildfile: C:\Documents and Settings\Lisi\workspace\L2_GameServer\build.xml
clean:
[delete] Deleting directory C:\Documents and Settings\Lisi\workspace\L2_GameServer\build
verifyRequirements:
init:
[mkdir] Created dir: C:\Documents and Settings\Lisi\workspace\L2_GameServer\build
[mkdir] Created dir: C:\Documents and Settings\Lisi\workspace\L2_GameServer\build\classes
[mkdir] Created dir: C:\Documents and Settings\Lisi\workspace\L2_GameServer\build\dist
[mkdir] Created dir: C:\Documents and Settings\Lisi\workspace\L2_GameServer\build\dist\login
[mkdir] Created dir: C:\Documents and Settings\Lisi\workspace\L2_GameServer\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 1360 source files to C:\Documents and Settings\Lisi\workspace\L2_GameServer\build\classes
BUILD FAILED
C:\Documents and Settings\Lisi\workspace\L2_GameServer\build.xml:76: Unable to find a javac compiler;
com.sun.tools.javac.Main is not on the classpath.
Perhaps JAVA_HOME does not point to the JDK.
It is currently set to "C:\Program Files\Java\jre6"
TY
Re: problem with eclipse
Posted: Mon Nov 23, 2009 5:06 pm
by janiii
1. check your C:\Program Files\Java directory, if there is a jdk named directory
2. do you have java sdk installed?
http://java.sun.com/javase/downloads/widget/jdk6.jsp
3. do you have JAVA_HOME set to the jdk directory (not jre directory!) ?
Re: problem with eclipse
Posted: Mon Nov 23, 2009 8:51 pm
by dulisi
janiii wrote:1. check your C:\Program Files\Java directory, if there is a jdk named directory
2. do you have JAVA_HOME set to the jdk directory (not jre directory!) ?
1.I don't have jdk named directory on C:\Program Files\Java
2.Can you make me example of jdk directory what to write on system variable
TY
Re: problem with eclipse
Posted: Mon Nov 23, 2009 8:58 pm
by janiii
install the jdk. then set the JAVA_HOME system variable to the jdk directory. should work. check the installation instructions for java jdk, if you dont understand.
Re: problem with eclipse
Posted: Wed Nov 25, 2009 12:42 pm
by dulisi
thnx janiii

Eclipse, Gracia Epilogue
Posted: Fri Jan 01, 2010 2:42 pm
by reef26
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Buildfile: D:\Programas\Java Dev\Workspace\datapack_development\build.xml
init:
[mkdir] Created dir: D:\Programas\Java Dev\Workspace\datapack_development\build\dist\tools
version:
[exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, O sistema n?o pode encontrar o arquivo especificado
export:
[sync] Copying 2 files to D:\Programas\Java Dev\Workspace\datapack_development\build\dist\doc
[sync] Copying 16890 files to D:\Programas\Java Dev\Workspace\datapack_development\build\dist\gameserver\data
???????
Re: Eclipse, Gracia Epilogue
Posted: Fri Jan 01, 2010 2:47 pm
by janiii
continue running the build, you have NO error, it is only warning. build should end without any problems.
Re: Eclipse, Gracia Epilogue
Posted: Fri Jan 01, 2010 5:28 pm
by MELERIX
reef26 wrote:If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
Number:
L2JDP Revision
Number:
Buildfile: D:\Programas\Java Dev\Workspace\datapack_development\build.xml
init:
[mkdir] Created dir: D:\Programas\Java Dev\Workspace\datapack_development\build\dist\tools
version:
[exec] Execute failed: java.io.IOException: Cannot run program "svnversion": CreateProcess error=2, O sistema n?o pode encontrar o arquivo especificado
export:
[sync] Copying 2 files to D:\Programas\Java Dev\Workspace\datapack_development\build\dist\doc
[sync] Copying 16890 files to D:\Programas\Java Dev\Workspace\datapack_development\build\dist\gameserver\data
???????
you forgot to install
subversion, read the guides again...
viewtopic.php?f=2&t=10719
Re: Eclipse, Gracia Epilogue
Posted: Fri Jan 01, 2010 6:27 pm
by janiii
or just use search next time..