Eclipse language packs
Sunday, June 14th, 2009 Posted in Programming | No Comments »When using the eclipse babel project. And you want to switch back and forth between several languages you can use the switch when startinf eclipse -nl Make sure you use the -clean command when starting eclipse to make the changes ...
Using the Eclipse Common Navigator Framework in RCP
Friday, May 29th, 2009 Posted in Thoughts and Facts, Uncategorized | No Comments »Using the Eclipse Common Navigator Framework (CNF) in an RCP-Application is kind of tricky as there is a bug preventing the straight forward usage. I collected some links pointing to information about this bug and appropriate solutions: the bug (closed, to ...
eclipse ant auto build
Tuesday, March 10th, 2009 Posted in Computer, Programming | No Comments »Here is a little note about eclipse using ant as an auto build process: http://www.eclipsezone.com/eclipse/forums/t65486.html
eclipse svn+ssh ppk and pageant
Tuesday, March 10th, 2009 Posted in Computer, Programming | No Comments »Here are some links describing how to set up eclipse using a svn+ssh connection with a ppk file: http://www.woodwardweb.com/java/howto_configure.html http://wazong.de/blog/2008/03/05/subversion-mit-svnssh-protokoll-und-eclipse/ You can combine those two methods and use the '-2 -i "path"' options in your SVN_SSH system variable. Or use Pageant to load ...
Classpath entry will not be exported or published
Wednesday, June 18th, 2008 Posted in Programming | No Comments »
Classpath entry will not be exported or published. Runtime ClassNotFoundExceptions may result. This is an error I get when I use Eclipse 3.3.2 with WTP 2.0.6. I added a few libraries to my BuildPath. I found somebody having the same issues: Hi, I have ...