cartoon13 Posted September 8, 2014 Posted September 8, 2014 I have 2 problems on eclipse,i used aCis vpn.1st one ----> [exec] Execute failed: java.io.IOException: Cannot run program ".\subversion\svnversion": CreateProcess error=2,? ? ? ? ? ? ? ? ? ? 2nd one ----> BUILD FAILED C:\Users\? ? ? ? ?\workspace\aCis_gameserver\build.xml:37: Class not found: javac1.7Some1 help me plz,ty! Quote
0 MairWeb Posted September 8, 2014 Posted September 8, 2014 you hav problem javac1.7 check java in eclipse Quote
0 toberg Posted September 26, 2014 Posted September 26, 2014 i cant figure out how to fix first error. Quote
0 Trance Posted September 26, 2014 Posted September 26, 2014 Remove this part from build.xml <target name="getDateAndVersion" description="Get Date and Version."> <tstamp> <format property="build.tstamp" pattern="dd/MM/yyyy HH:mm" /> </tstamp> <exec dir="${basedir}" executable="svnversion" outputproperty="l2j.version"> <arg value="-c" /> <redirector> <outputfilterchain> <tokenfilter> <replaceregex pattern="[0-9]+\:" replace="" /> </tokenfilter> </outputfilterchain> </redirector> </exec> </target> - <target name="init" depends="checkRequirements,getDateAndVersion" description="Create the output directories."> + <target name="init" depends="checkRequirements" description="Create the output directories."> Quote
0 toberg Posted September 27, 2014 Posted September 27, 2014 1st one ----> [exec] Execute failed: java.io.IOException: Cannot run program ".\subversion\svnversion": CreateProcess error=2,? ? ? ? ? ? ? ? ? ? Quote
0 makano Posted September 28, 2014 Posted September 28, 2014 checkRequirements: getChangelogDateVersion: [exec] Result: 1 init: dist: BUILD FAILED C:\Users\XXX\Desktop\Workspace\L2J_DataPack\build.xml:33: C:\Users\XXX\Desktop\apache-ant-1.9.4\dist does not exist. Total time: 1 second What about this problem? i was able to build the server core side but the data pack side keeps failing. Anyone has any idea on how to fix this or an alternative way to build the packs? Thanks in advance Quote
0 ThugLord92 Posted September 29, 2014 Posted September 29, 2014 you didint use the right path for java Start>right click on Computer> properties>Advanced system setings>Enviroment Variblesat system veribles set new Varible name : JAVA_HOME - Varible value : C:\Program Files\Java\jdk1.8.0_20\binFIND THIS------ > path <------- C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.8.0_20DOWNLOAD the new version of java 8 Quote
0 Trance Posted September 29, 2014 Posted September 29, 2014 you didint use the right path for java Start>right click on Computer> properties>Advanced system setings>Enviroment Varibles at system veribles set new Varible name : JAVA_HOME - Varible value : C:\Program Files\Java\jdk1.8.0_20\bin FIND THIS------ > path <------- C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;C:\Program Files\Java\jdk1.8.0_20 DOWNLOAD the new version of java 8 He doesn't have a java problem. -,-" Quote
0 killer666 Posted September 30, 2014 Posted September 30, 2014 I have the same problem on Acis. Da fak. I try 2 days to fix this and i cannot. Quote
0 nikosdevil20 Posted October 1, 2014 Posted October 1, 2014 checkRequirements: getChangelogDateVersion: [exec] Result: 1 init: dist: BUILD FAILED C:\Users\XXX\Desktop\Workspace\L2J_DataPack\build.xml:33: C:\Users\XXX\Desktop\apache-ant-1.9.4\dist does not exist. Total time: 1 second What about this problem? i was able to build the server core side but the data pack side keeps failing. Anyone has any idea on how to fix this or an alternative way to build the packs? Thanks in advance that say you havent install the ant version so you must install it. go to help/install new software and in "Work with" paste this: http://subclipse.tigris.org/update_1.8.x/ after check the two chooses Subclipse and SVNKit and hit next and follow the instructions. if you cant fix pm me for join with teamviewer Quote
0 raF Posted January 14, 2015 Posted January 14, 2015 I got same problem and I cannot solve it. Here is a screen: Quote
0 SweeTs Posted January 15, 2015 Posted January 15, 2015 Its only a warning. Build successful so :) Quote
0 Nightw0lf Posted January 15, 2015 Posted January 15, 2015 just to remove the error delete the lines its only to get the version that you cant... Quote
0 raF Posted January 15, 2015 Posted January 15, 2015 (edited) Ok, so now i compiled the files, but the guide I use for making a server is a little different with that i have. I am using this guide: http://www.maxcheaters.com/topic/28227-how-to-setup-your-own-l2server-images/ and it says to extract zips. (i dont have zips) How to continue ? P.S. Is it a problem if I use a trial version of navicat or I should find a cracked one ? Edited January 15, 2015 by raF Quote
0 nikosdevil20 Posted January 15, 2015 Posted January 15, 2015 Ok, so now i compiled the files, but the guide I use for making a server is a little different with that i have. I am using this guide: http://www.maxcheaters.com/topic/28227-how-to-setup-your-own-l2server-images/ and it says to extract zips. (i dont have zips) How to continue ? P.S. Is it a problem if I use a trial version of navicat or I should find a cracked one ? if you have compile 100% you have the zip files. so search in C:/Users/? ? ? ? ?/workspace/aCis_gameserve/build and C:/Users/? ? ? ? ?/workspace/aCis_datapack/build for the zip. in your hard drives Quote
0 SweeTs Posted January 15, 2015 Posted January 15, 2015 (edited) On aCis there is no zip its useless.. zip and unzip :troll: Build folder, for datapack Build/dist for gameserver Copy all to one (new) folder. Edited January 15, 2015 by SweeTs Quote
Question
cartoon13
I have 2 problems on eclipse,i used aCis vpn.
1st one ----> [exec] Execute failed: java.io.IOException: Cannot run program ".\subversion\svnversion": CreateProcess error=2,? ? ? ? ? ? ? ? ? ?
2nd one ----> BUILD FAILED C:\Users\? ? ? ? ?\workspace\aCis_gameserver\build.xml:37: Class not found: javac1.7
Some1 help me plz,ty!
19 answers to this question
Recommended Posts
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.