Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ve-dev] Exception while debugging the VE plugin


Hi,

How did you import the VE plugins into your workspace? You should be using Import plugins with Binary with Linked Content for all of the VE/JEM plugins. I think that would fix the problem.

The reason it is failing is because it needs to have on the classpath the jar for org.eclipse.jem.proxy plugin itself, but it was imported and was no longer a jar. This caused problems because we couldn't find it since it wasn't there.

If this doesn't fix it, then remove them as imported entirely. Then we will definitely find them because they are the actual released jars. What you lose those is the separation of searching. Now if you say search only within a plugin/project for something, it will still find things in VE because under the covers PDE adds the VE jars as direct jars under the plugin project instead of being shown as pre-reqed jars from a separate project. This can be annoying when you want to limit a search.

Thanks,
Rich

Back to the top