Jump to content
  • 0

Any Help About That


zenernom

Question

Hello everyone. I choose to compile aCis last version SVN and i had problem while i was doing the gameserver compile. I will post my error and if someone please can help me with this. Thank you all.

 

 

BUILD FAILED
C:\workspace-acis\aCis_community\aCis_gameserver\build.xml:95: Class not found: javac1.8
 
Total time: 2 secon
 
 
<javac srcdir="${src}" classpathref="classpath" destdir="${build.classes}" compiler="javac1.8" debug="true" debuglevel="lines,vars,source" includeantruntime="false" source="1.8" target="1.8" />
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

I think you can remove "compiler="javac1.8", my ant build doesn't have this part and works fine. Make sure you have got java 1.8 installed though, because most likely thats the issue.

Link to comment
Share on other sites

  • 0

I think you can remove "compiler="javac1.8", my ant build doesn't have this part and works fine. Make sure you have got java 1.8 installed though, because most likely thats the issue.

still not working :/

Link to comment
Share on other sites

  • 0

You should install Java JDK 8 on your computer. Then open eclipse -> Window -> Preferences Select <Java> and Installed JREs.

9vQvuIP.jpg

Edited by 'Baggos'
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...