[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Trouble with RCP Tutorial

Hi Eric, I recently stepped through the tutorial and everything worked for me.

java.lang.RuntimeException: Application "org.eclipse.jdt.core.JavaCodeFormatter" could not be found in the registry. The applications available are: org.eclipse.equinox.app.error, org.eclipse.ui.tutorials.rcp.part1a.application.

This looks fishy to me. Are you sure you seleted the right application id in your .product configuration? Mine starts with:


<product name="RCP Tutorial 1" id="org.eclipse.ui.tutorials.rcp.part1.product" application="org.eclipse.ui.tutorials.rcp.part1.application" useFeatures="false">

Another issue you might have is spaces in pathnames. I always suspect problems with such environments...

Felix