From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: JDE cannot find any of my class Date: Sat, 01 Jan 2011 15:11:54 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <6e79497f-f7f0-442d-92d4-c59d351ec244@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1293892894 11108 80.91.229.12 (1 Jan 2011 14:41:34 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 1 Jan 2011 14:41:34 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Jan 01 15:41:30 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZ2e6-000458-ML for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Jan 2011 15:41:26 +0100 Original-Received: from localhost ([127.0.0.1]:34286 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZ2e6-0002hy-6m for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Jan 2011 09:41:26 -0500 Original-Path: usenet.stanford.edu!goblin1!goblin.stu.neva.ru!uio.no!quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 28 Original-NNTP-Posting-Host: 85.183.18.158 Original-X-Trace: quimby.gnus.org 1293891114 3129 85.183.18.158 (1 Jan 2011 14:11:54 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 1 Jan 2011 14:11:54 +0000 (UTC) User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (gnu/linux) Original-Xref: usenet.stanford.edu gnu.emacs.help:183806 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:78018 Archived-At: hazlup 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 >>