Classpath problems?

From: Timo Hoepfner (th-de..nlinehome.de)
Date: Tue Jun 21 2005 - 06:51:20 EDT

  • Next message: Watkins, Garry: "Patch for WORuntimeClasspathProvider & WOJavaLocalApplicationLaunchConfigurationDelegate"

    Hi,

    I just made a fresh build of WOLips from CVS HEAD and installed it on
    3.1RC3. Most of the stuff works fine, but here seem to be various
    errors, which seem to be related to classpath problems.

    When renaming a component, I get

    Participant
    org.objectstyle.wolips.refactoring.WOComponentRenameParticipant removed
    due to the following exception

    org.eclipse.core.runtime.CoreException[1]:
    java.lang.ClassNotFoundException:
    org.objectstyle.wolips.refactoring.WOComponentRenameParticipant
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
    ader.java:403)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
    ader.java:350)
    at
    org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(Ab
    stractClassLoader.java:78)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
    at
    org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLo
    ader.java:275)
    ...

    When trying to use the new Support view (what does it do, BTW?), I get:

    Unable to create view ID org.objectstyle.wolips.ui.support.SupportView:
    Plug-in org.objectstyle.wolips.doctor.ui was unable to load class
    org.objectstyle.wolips.doctor.ui.supportview.SupportView.

    java.lang.ClassNotFoundException:
    org.objectstyle.wolips.doctor.ui.supportview.SupportView
            at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
    ader.java:403)
            at
    org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLo
    ader.java:350)
            at
    org.eclipse.osgi.framework.adaptor.core.AbstractClassLoader.loadClass(Ab
    stractClassLoader.java:78)
            at java.lang.ClassLoader.loadClass(ClassLoader.java:235)
            at
    org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLo
    ader.java:275)
    ...

    The plugins are all in place and the jars in them seem to contain the
    "missing" classes. Tried starting eclipse with "-clean", but this
    didn't change anything.

    Any ideas?

    Timo



    This archive was generated by hypermail 2.0.0 : Tue Jun 21 2005 - 06:51:17 EDT