Articles about java’

May 17, 2010

Loading 3D models with the min3D framework for Android

Posted by Dennis in 3D, Android 74 comments

NOTE: This OpenGL ES 1.1 framework isn’t maintained anymore. Check out the OpenGL ES 2.0 Rajawali framework which also supports live wallpapers. Min3D is a new 3D framework based on OpenGL ES for Android. It’s still in its early stages, but new stuff is getting added rapidly. If you have an Android phone you can [...]


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 [...]


Feb 19, 2009

Easy deep clone method made easier

Posted by Dennis in ActionScript, Flash, Flex 9 comments

In a previous post I talked about an easy deep cloning method I found and which I tweaked a little. While I was crammed in the tube yesterday (sometimes the best ideas are born in the underground) I came up with an idea to simplify and generalise this even further. The problem with the current [...]


Feb 3, 2009

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

Posted by Dennis in Flex 8 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 [...]