flexcoders, Using Flex Builder, I create a very simple Flex app with a canvas and a button on the canvas. When I press Debug, it works a little then gives this VM out of memory error. Any ideas how I can remedy this? Here is the message returned by Flex Builder:
==================================================== Requested page cannot be displayed An unexpected error occurred that prevented /simpleflexapp/SimpleFlexApp.mxml from being displayed. --------------------------------------------------------------------- ----------- Servlet execution threw an exception Technical Information: HTTP Status Code: 500 Exception Type: class java.lang.OutOfMemoryError Servlet Name: FlexMxmlServlet Exception java.lang.OutOfMemoryError (View stack trace) ==================================================== Thanks, -Will

