Page 1 of 1
[Help] How to install subversion on Eclipse?
Posted: Thu Oct 25, 2012 2:11 am
by chuong2a
How to install subversion on Eclipse?
I have downloaded slik subversion 1.7.7 x64 and install.
http://www.sliksvn.com/pub/
But I still get error when compile L2j Server
Execute failed: java.io.IOException: Cannot run program "svn": CreateProcess error=2, The system cannot find the file specified.
Re: [Help] How to install subversion on Eclipse?
Posted: Thu Oct 25, 2012 2:27 am
by MELERIX
depend of SO.
for example in XP, you could just select "typical mode" and nothing more is required, it will install and create the path automatically.
for Vista/W7/W8 you could just select "typical mode" too, but due there is UAC protection you will need to confirm the UAC window that will ask you about privileges, otherwise the path will not be created, or the software will not be installed at all.
and ofc you should restart eclipse if it was open before.
to confirm it was properly installed, just open a CMD window and type: svn --version
Re: [Help] How to install subversion on Eclipse?
Posted: Thu Oct 25, 2012 2:31 am
by chuong2a
MELERIX wrote:
and ofc you should restart eclipse if it was open before.
to confirm it was properly installed, just open a CMD window and type: svn --version
Thank you, I restarted Eclipse and it build success.
