> >>>>> "P" == Peter T Nielsen <[EMAIL PROTECTED]> writes:
>
> P> I can compile a file implementing the interface with the default
> P> jde-global-classpath without any problems, so the interface
> P> must be in the classpath that the compiler uses. So I do not
> P> quite understand why it is nessasery to set the global
> P> classpath.
>
> When you compile, do you use Ant? I ran into a similar problem until
> I realized that while my Ant build.xml had the needed jar file in the
> path to compile the sources, JDE did not. Keeping the two in sync
> occassionally rises up to bite me ;)
>
No. I just use the java compiler directly (C-c C-v C-c)
/Peter