From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tyrael Tong Newsgroups: gmane.emacs.help Subject: Re: JDE cannot find any of my class Date: Sat, 1 Jan 2011 17:58:28 -0800 (PST) Organization: http://groups.google.com Message-ID: <18bb0dfc-5e49-498d-8533-5c6a195cab35@j32g2000prh.googlegroups.com> References: <6e79497f-f7f0-442d-92d4-c59d351ec244@glegroupsg2000goo.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1293936035 2480 80.91.229.12 (2 Jan 2011 02:40:35 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Jan 2011 02:40:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 02 03:40:31 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 1PZDrz-0005C7-0p for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Jan 2011 03:40:31 +0100 Original-Received: from localhost ([127.0.0.1]:54417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PZDry-0001ZO-HI for geh-help-gnu-emacs@m.gmane.org; Sat, 01 Jan 2011 21:40:30 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!j32g2000prh.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-NNTP-Posting-Host: 216.24.198.76 Original-X-Trace: posting.google.com 1293933508 4986 127.0.0.1 (2 Jan 2011 01:58:28 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 2 Jan 2011 01:58:28 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: j32g2000prh.googlegroups.com; posting-host=216.24.198.76; posting-account=BvaVBQoAAACYg-TmJfdRBYwRFqKDgJ7m User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_5; en-us) AppleWebKit/533.19.4 (KHTML, like Gecko) Version/5.0.3 Safari/533.19.4, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:183830 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:78040 Archived-At: On Jan 1, 4:43=A0am, hazlup 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