* JDE cannot find any of my class
@ 2010-12-31 15:16 Tyrael Tong
2010-12-31 20:43 ` hazlup
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Tyrael Tong @ 2010-12-31 15:16 UTC (permalink / raw)
To: help-gnu-emacs
Hi there,
I'm using Emacs 23 (CVS version) with latest JDE setup on a Mac. When I tried to use C-c C-v C-y to browse the definition of a Java class, it always say "Class XXXX not found". I searched through google and got my jde-global-classpath and jde-sourcepath set up but still get the same error. Is there anyone else suffering from similar problem? Anyone know the cause of this?
Tyrael
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: JDE cannot find any of my class
2010-12-31 15:16 JDE cannot find any of my class Tyrael Tong
@ 2010-12-31 20:43 ` hazlup
2010-12-31 20:43 ` hazlup
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: hazlup @ 2010-12-31 20:43 UTC (permalink / raw)
To: Help-gnu-emacs
Perhaps you need to make a TAGS file?
Tyrael Tong wrote:
>
> Hi there,
>
> I'm using Emacs 23 (CVS version) with latest JDE setup on a Mac. When I
> tried to use C-c C-v C-y to browse the definition of a Java class, it
> always say "Class XXXX not found". I searched through google and got my
> jde-global-classpath and jde-sourcepath set up but still get the same
> error. Is there anyone else suffering from similar problem? Anyone know
> the cause of this?
>
> Tyrael
>
>
--
View this message in context: http://old.nabble.com/JDE-cannot-find-any-of-my-class-tp30564734p30565241.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: JDE cannot find any of my class
2010-12-31 15:16 JDE cannot find any of my class Tyrael Tong
2010-12-31 20:43 ` hazlup
@ 2010-12-31 20:43 ` hazlup
[not found] ` <mailman.2.1293890416.28475.help-gnu-emacs@gnu.org>
[not found] ` <mailman.3.1293890418.28475.help-gnu-emacs@gnu.org>
3 siblings, 0 replies; 5+ messages in thread
From: hazlup @ 2010-12-31 20:43 UTC (permalink / raw)
To: Help-gnu-emacs
Perhaps you need to make a TAGS file?
Tyrael Tong wrote:
>
> Hi there,
>
> I'm using Emacs 23 (CVS version) with latest JDE setup on a Mac. When I
> tried to use C-c C-v C-y to browse the definition of a Java class, it
> always say "Class XXXX not found". I searched through google and got my
> jde-global-classpath and jde-sourcepath set up but still get the same
> error. Is there anyone else suffering from similar problem? Anyone know
> the cause of this?
>
> Tyrael
>
>
--
View this message in context: http://old.nabble.com/JDE-cannot-find-any-of-my-class-tp30564734p30565242.html
Sent from the Emacs - Help mailing list archive at Nabble.com.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: JDE cannot find any of my class
[not found] ` <mailman.2.1293890416.28475.help-gnu-emacs@gnu.org>
@ 2011-01-01 14:11 ` Richard Riley
0 siblings, 0 replies; 5+ messages in thread
From: Richard Riley @ 2011-01-01 14:11 UTC (permalink / raw)
To: help-gnu-emacs
hazlup <robjsargent@gmail.com> writes:
> Perhaps you need to make a TAGS file?
Tags allow class browsing? If they do, what tags mechanism are you using?
How is JDE? Last time I tried it was "in development" and I reverted to
Eclipse. There were some initiatives to use the Eclipse parsers to
provide Emacs with the same code analysis facilities but I dont know if
anyone actually actively uses it and so it remained more a "proof of
concept". It would be great to hear some use cases of Emacs being used
for Java development.
>
> Tyrael Tong wrote:
>>
>> Hi there,
>>
>> I'm using Emacs 23 (CVS version) with latest JDE setup on a Mac. When I
>> tried to use C-c C-v C-y to browse the definition of a Java class, it
>> always say "Class XXXX not found". I searched through google and got my
>> jde-global-classpath and jde-sourcepath set up but still get the same
>> error. Is there anyone else suffering from similar problem? Anyone know
>> the cause of this?
>>
>> Tyrael
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: JDE cannot find any of my class
[not found] ` <mailman.3.1293890418.28475.help-gnu-emacs@gnu.org>
@ 2011-01-02 1:58 ` Tyrael Tong
0 siblings, 0 replies; 5+ messages in thread
From: Tyrael Tong @ 2011-01-02 1:58 UTC (permalink / raw)
To: help-gnu-emacs
On Jan 1, 4:43 am, hazlup <robjsarg...@gmail.com> wrote:
> Perhaps you need to make a TAGS file?
>
> Tyrael Tong wrote:
>
> > Hi there,
>
> > I'm using Emacs 23 (CVS version) with latest JDE setup on a Mac. When I
> > tried to use C-c C-v C-y to browse the definition of a Java class, it
> > always say "Class XXXX not found". I searched through google and got my
> > jde-global-classpath and jde-sourcepath set up but still get the same
> > error. Is there anyone else suffering from similar problem? Anyone know
> > the cause of this?
>
> > Tyrael
>
> --
> View this message in context:http://old.nabble.com/JDE-cannot-find-any-of-my-class-tp30564734p3056...
> Sent from the Emacs - Help mailing list archive at Nabble.com.
Yes I have made TAGS file through Exuberant Ctags and I can navigate
through symbols using M-. But it's not class browsing, it'll navigate
you through each and every point where has reference to the class you
point to.
I'm trying to have a clean environment (a clean set of .emacs
and .el/.elc files) with stable version of JDE to see whether it's the
problem about conflicting with some other modes I've installed.
Tyrael
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-01-02 1:58 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-31 15:16 JDE cannot find any of my class Tyrael Tong
2010-12-31 20:43 ` hazlup
2010-12-31 20:43 ` hazlup
[not found] ` <mailman.2.1293890416.28475.help-gnu-emacs@gnu.org>
2011-01-01 14:11 ` Richard Riley
[not found] ` <mailman.3.1293890418.28475.help-gnu-emacs@gnu.org>
2011-01-02 1:58 ` Tyrael Tong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).