Feeds:
Posts
Comments

Posts Tagged ‘eclipse’

While reading Laurence Moroney’s blog entry about MIX09, I discovered “Eclipse Tools for Microsoft Silverlight” (Eclipse4SL). I have to admit, I wasn’t aware that there was an ongoing project for cooperating Silverlight technology into Eclipse. I think that’s really exciting news!
 

 
I have been working in .NET projects, however most of our web development in my [...]

Read Full Post »

I’m still working on a Java-2-Grails migration project; which is full of surprises everyday…
Currently I have to run the project from command-prompt as I end up in a “java.lang.OutOfMemoryError: Java heap space” error whenever I start the project in Eclipse. After a few web page clicks and operations, the dead-end Heap space error does appear (and [...]

Read Full Post »

Magic grails refresh!

From time to time when I try to run my grails application from the Run Dialog in Eclipse, I end up with an Error message which simply states “Variable references empty selection: ${project_loc}“. On grails.org there’s info how to set up your Eclipse Environment for grails and there’s also info. about ${project_loc}. Unfortunately it didn’t help me [...]

Read Full Post »