I am try to build my java application in command prompt, but it fails as..
compile-core:
[javac] Compiling 1085 source files to c:\conet\app\build\core
[javac]
[javac]
[javac] The system is out of resources.
[javac] Consult the following stack trace for details.
[javac] java.lang.OutOfMemoryError: Java heap space
BUILD FAILED
C:\conet\app\build.xml:324: Compile failed; see the compiler error output for details.
Total time: 1 minute 5 seconds
C:\conet\app>
Any solution for this type of problem.
Thanks