Increase the amount of heap used by Eclipse/FlexBuilder by adding the following command line options:
-vmargs -Xms256M -Xmx512M
Shortcut Example: "C:\Program Files\eclipse\eclipse.exe" -vmargs -Xms256M -Xmx512M
Alternatively, you can update your eclipse.ini file.
More information can be found on Ryan Phelan’s site.
These examples have been tested on a Windows XP PC with 2GB RAM.
If you’ve attempted to use subclipse with a secure session, you may well have experienced the dreaded error message:
The system cannot find the file specified.
svn: Can't create tunnel: The system cannot find the file specified.
Typically, you experience it when using a url with the following structure:
svn+ssh://myfancy.svnserver.com/repo
Thankfully there is a very simple fix. All you need to do is More »
Working with Eclipse is a great experience with lots of powerful features at your fingertips. Unfortunately, for a beginner it can be a little difficult to get used to and not immediately obvious how to do certain tasks. Setting up projects can be particularly challenging, especially if you have a lot of extra development requirements (for example, using Maven, Ant, Sping, etc.). Using the standard Adobe getting started guide gives you a gentle introduction to remotiing and messaging, but doesn’t give you details on how to set up a clean “bare bones” application.
This article lists the steps to create a bare bones BlazeDS server configuration using the turnkey solution. More »