From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Malte Spiess Newsgroups: gmane.emacs.help Subject: Re: JDE and Sun Java6 Date: Fri, 16 Mar 2007 22:37:47 +0100 Organization: Arcor Message-ID: <87ejnoj2dw.fsf@trick.ulm.malte.spiess> 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 1174081329 21496 80.91.229.12 (16 Mar 2007 21:42:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 16 Mar 2007 21:42:09 +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 22:42:03 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 1HSKBW-00046R-EH for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 22:42:02 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HSKCf-0005ak-L4 for geh-help-gnu-emacs@m.gmane.org; Fri, 16 Mar 2007 16:43:13 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed00.sul.t-online.de!t-online.de!npeer.de.kpn-eurorings.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.95 (gnu/linux) Cancel-Lock: sha1:u6YZ5ouWqfYBFFBdCmATniNJuC0= Original-Lines: 45 Original-NNTP-Posting-Date: 16 Mar 2007 22:37:38 CET Original-NNTP-Posting-Host: d51a9cc1.newsspool1.arcor-online.net Original-X-Trace: DXC=0IlB[?j5P\V1`E>oC; JXEZic==]BZ:af^4Fo<]lROoRQFl8W>\BH3YRZ5EAo\l6hoTjQd8 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:42025 Archived-At: Jiri Pejchal writes: > 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. So does it here (compliling). It's just that I always get this warning. And I probably really forgot to set some path for the running of the program, but somehow I think that was not necessary with Java 1.5. I'm not 100% sure though. Other things like the doku seem to be a little problematic, too. I'm just curious about if that is because of the Java version or because I have forgotten to set some crucial preferences. > 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")))) Yeah, thought of that, too. I just hope that this does not change the code (in Java 5 compatibility mode or sth. like that). But probably this is the best solution so far. > -- > Jiri Pejchal Greetings Malte Spiess