You're right i have jde-2.1.5 installed.
I tried to install jde-2.1.6beta but i don't know how to configure my
.emacs file.
Previously i had:
[...]
(setq load-path
(nconc '( "/usr/local/jde-2.1.5"
)
load-path))
[...]
in my '.emacs' file.
I changed 2.1.5 to 2.1.6beta16 and it stopped working...
-->Error in init file: File error: "Cannot open load file", "jde"<--
How should i configure '.emacs' to work correctly with this beta version...
Thanks a lot.
Regards,
Sergio Nunes
On Thu, 27 Jan 2000 10:50:39 -0500 Paul Kinnucan wrote:
> At 03:42 PM 1/27/00 +0000, [EMAIL PROTECTED] wrote:
> >Hi again,
> >thanks for the help. But i could't make it work...
> >I have the following:
> >
> >import java.util.*;
> >[...]
> >Enumeration enum;
> >enum.
> >[...]
> >
> >I place the cursor next to the dot in 'enum' and type 'C-cC-vC-.' and
> >nothing appends...
> >I'm quite new to emacs so maybe i'm doing something wrong...
> >
>
> Perhaps you're using an old version of the JDE. This feature is available
> only in JDE-2.1.6beta.
>
> - Paul
>