Paul Kinnucan <[EMAIL PROTECTED]> writes:

> Kai Grossjohann writes:
>  > Paul Kinnucan <[EMAIL PROTECTED]> writes:
>  > 
>  > > Kai Grossjohann writes:
>  > >  > Then position point after "this." and invoke jde-complete (in one of
>  > >  > its flavors).  Observe how it adds an import statement for
>  > >  > javax.swing.Action.
>  > >
>  > > This is because javax.swing.Action is the only class on the classpath
>  > > at this point. Compile your Action class and then retry the completion.
>  > > The JDEE should then prompt you to choose one of the Action classes
>  > > to import.
>  > 
>  > Hm.  I just invoked "javac Action.java", then tried again.  Now I get
>  > "no completion".  The environment variable $CLASSPATH starts with
>  > ".:", and Action.class is in the current working directory, together
>  > with Action.java and BTest.java.
>
> What is the setting of jde-resolve-relative-paths-p?

t

Kai


Reply via email to