Re: package is not sutomatically suggested when creating a new class
Bruce Durling <[email protected]> Tue, 17 Apr 2007 16:59:33 -0400
| Newsgroups | gmane.emacs.jdee |
|---|---|
| Message-ID | <[email protected]> |
Try setting your jde-sourcepath in customize. Mine prj.el is in the top
level of my project and my jde-sourcepath looks like this
'(jde-sourcepath (quote ("./src")))
And I am getting package name suggestions.
cheers,
Bruce
Oren Shir wrote:
> Hi,
>
> When I create a new class I'm asked about the class's package, but I'm
> not getting a suggestion for it. Is there some parameter I need to set?
> I set the jde-sourcepath parameter, and the new class is in a folder
> relative to it.
>
> Thanks,
> Oren Shir
>
>