Agile Development Practices suggest developers keep a solutions log. I think we can all benefit from a combined solutions log. As I encounter errors or problems I intend to record the solutions on this blog. Please feel to leave your comments, solutions and email me with your errors and solutions.
Mar 31, 2011
Solution: 5005: Unknown Error optimizing byte code when building Flash
Increase java VM heap memory size
Right click on my computer -> properties -> advanced -> environment variables
Make a new variable:
JAVA_TOOL_OPTIONS
with the value:
-Xmx1024M
No comments:
Post a Comment