Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] RC1 -- runtime classpath trouble

See bug 32633





Scott Stanchfield <scott@xxxxxxxxxxxx>
Sent by: eclipse-dev-admin@xxxxxxxxxxx
02/27/2003 12:40 PM
Please respond to eclipse-dev

 
        To:     eclipse-dev@xxxxxxxxxxx
        cc: 
        Subject:        [eclipse-dev] RC1 -- runtime classpath trouble


I just tried using RC1, and came across a classpath issue.

Using the same code and settings, I run an app under M5 and it's able to
find a class in a jar that's specified as a classpath variable.

Under RC1, I get a ClassNotFoundException.
(In both cases, the launcher for the app says "use the default
classpath" for the project.)

When I look at the package explorer in RC1, I see the jar the class
should be coming from as a referenced lib.

Any thoughts? Is there some new setting I need, or does this sound like
a bug?
-- Scott


_______________________________________________
eclipse-dev mailing list
eclipse-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/eclipse-dev





Back to the top