From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jiri Pejchal Newsgroups: gmane.emacs.help Subject: Re: JDE and Sun Java6 Date: Fri, 16 Mar 2007 20:06:07 +0100 Message-ID: <878xdxypnk.fsf@gmail.com> References: <87d53dz2ji.fsf@paeike.mathematik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1174072171 22688 80.91.229.12 (16 Mar 2007 19:09:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2007 19:09:31 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 16 20:09:22 2007 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.50) id 1HSHnl-0006zd-Nj for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 20:09:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSHou-0004b3-57 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 14:10:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HSHog-0004Wh-BW for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 15:10:18 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HSHoe-0004U8-Sm for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 15:10:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSHoe-0004Th-Nk for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 14:10:16 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HSHnU-0003aB-IX for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 15:09:05 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HSHmY-0004Sw-3W for help-gnu-emacs@gnu.org; Fri, 16 Mar 2007 20:08:06 +0100 Original-Received: from ip-89-102-35-234.karneval.cz ([89.102.35.234]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Mar 2007 20:08:06 +0100 Original-Received: from jiri.pejchal by ip-89-102-35-234.karneval.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 16 Mar 2007 20:08:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ip-89-102-35-234.karneval.cz User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:91E8exQOZ9qW7mlwdW9NMkaqxYs= X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:42023 Archived-At: Malte Spiess writes: > I need some C-h err I mean help with my jde. I'm running the Emacs > snapshot here from Debian Sid and Sun Java6, my jde version is 2.3.5.1. > > Unfortunately, jde makes some trouble. > Each time I type in C-c C-v C-c (jde-compile), I get: > ,---- > | The JDE does not recognize JDK 1.6 javac. Assume JDK 1.5 javac?(yes or no) > `---- > > Running a program won't do at all. I always get I'm running Debian unstable, emacs-snapshot-gtk, cedet from from cvs, java 6 and "Hello world" compiles and runs fine. You can get rid of the warning with customizing jde-jdk-registry and setting jdk version to 1.5.0 :-) '(jde-jdk-registry (quote (("1.5.0" . "/usr/lib/jvm/java-6-sun-1.6.0.00")))) -- Jiri Pejchal