Articles about eclipse’

Oct 19, 2009

Download AS3 libraries to Eclipse/FDT/Flash Builder/Flex Builder plugin updated

Posted by Dennis in ActionScript 5 comments

Many people who downloaded and installed the plugin asked me if I could add the option to add frameworks and repositories.
I just uploaded a new version that enables you to do so. I added a dialog in the Eclipse Preferences window where you can select which frameworks you want to see in the context menu. [...]


Oct 9, 2009

Eclipse Plug-in: Download AS3 libraries straight to your Eclipse/Flex Builder/FDT project

Posted by Dennis in ActionScript 41 comments

Do you use ActionScript frameworks a lot? Are you tired of always downloading each framework from different websites when setting up a new project in Eclipse, Flex Builder or FDT? Well, be tired no more
I was getting sick of this myself so I wrote a plug-in that makes this a lot easier. Just [...]


Feb 3, 2009

OutOfMemory error:PermGen Space with Eclipse/Flex Builder Plugin/Ant

Posted by Dennis in Flex 5 comments

This gave me a headache! This error occurred when I was trying to compile 38 separate ActionScript classes into SWF files:
OutOfMemory error:PermGen Space
If you search for this error you’ll find many blogposts written by utterly frustrated Java developers. It appears to be a dreaded error that is raised when deploying war files to web or [...]


Jan 9, 2009

Blender Game Engine, Crystal Space, Python & Panda3D

Posted by Dennis in 3D, Blender 1 comment

A few weeks ago I received the new book about the Blender Game Engine, “Blender GameKit 2“. The Blender Game Engine is integrated into Blender and consists of tools for editing game logic. You can create games without writing a single line of code! If you’re more advanced you can use Python to take things [...]


Mar 27, 2007

Flex with Visual SourceSafe how-to

Posted by Dennis in Flex 19 comments

Unfortunately, Flex Builder doesn’t come with Microsoft Visual SourceSafe support. Since I need to work with SourceSafe I had to come up with a solution, other than manually checking out files in the SourceSafe IDE. I found out that the solution is quite simple. The first thing to note is that we cannot use Flex [...]