Loading

Tag Archives: eclipse

(Tomcat 5.5.x) java.lang.NoClassDefFoundError: javax/servlet/http/HttpSessionListener

Or java.lang.NoClassDefFoundError: javax/servlet/ServletContextListener for that matter. NoClassDefFoundError on HttpSessionListener , ServletListener , ServletContextListener, etc. can be caused by a custom classloader like Sysdeo DevLoader (I use it with Eclipse) in you Context definition in the Tomcat’s server.xml file. the solution: add useSystemClassLoaderAsParent=”false” to the Loader This should do the trick more information here and here [...]

Using GroovyMonkey to obtain all eclipse icons 2

I’ve been playing with GroovyMonkey that is more or less a patch to EclipseMonkey that allows to run other languages besides Javascript. With this Eclipse plugin you can run javacript, groovy, etc. scripts that interacts with the Eclipse API. To get an impression of what you can do with GroovyMonkey take a look to these [...]

Welcome to Eclipse on Swing

Interesting project Welcome to Eclipse on Swing Bookmark It Hide Sites $$(‘div.d13′).each( function(e) { e.visualEffect(‘slide_up’,{duration:0.5}) });

Useful resources to Eclipse Plugin Development

If you are new to Eclipse Plugin Developement like me, you must now that in the Eclipsepedia you can find very useful code snippets like “How to write to the eclipse console view from a plugin“. The best way to find information there is to use google query like “site:wiki.eclipse.org console write“. Bookmark It Hide [...]