Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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




Back to the top