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: JDE and Sun Java6 Date: Tue, 13 Mar 2007 14:38:41 +0100 Organization: Arcor Message-ID: <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 1173793258 28516 80.91.229.12 (13 Mar 2007 13:40:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 13:40:58 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 13 14:40:51 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 1HR7Ey-0003On-2b for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Mar 2007 14:40:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HR7Fk-0003Wz-1k for geh-help-gnu-emacs@m.gmane.org; Tue, 13 Mar 2007 08:41:24 -0500 Original-Path: shelby.stanford.edu!newshub.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!proxad.net!proxad.net!newsfeed.arcor.de!newsspool2.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:NYR31e8IBGgR26OVcg96XrHBWJs= Original-Lines: 46 Original-NNTP-Posting-Date: 13 Mar 2007 14:38:42 CET Original-NNTP-Posting-Host: cbaaf2b3.newsspool1.arcor-online.net Original-X-Trace: DXC=e?lQVN=O8n^<<0iRN7DLEQic==]BZ:af^4Fo<]lROoRQFl8W>\BH3YRKo0N1Fad94[Ci5\IglHM5VaS 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:41923 Archived-At: Hi, 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 ,---- | cd /home/mspiess/java/src/mspiess/test/ | /usr/bin/java mspiess.test.Rotate | | Exception in thread "main" java.lang.NoClassDefFoundError: mspiess/test/Rotate | | Process mspiess.test.Rotate exited abnormally with code 1 `---- Well, it is in "/home/mspiess/java/bin/mspiess/test/", but I think I've set the right paths... Unlike my normal proceeding, I have used the customize stuff here. These are my jde options. ,---- | '(jde-compile-option-deprecation t) | '(jde-compile-option-directory "/home/mspiess/java/bin") | '(jde-compile-option-sourcepath (quote ("/home/mspiess/java/src"))) | '(jde-compiler (quote ("javac" "/usr/bin/javac"))) | '(jde-help-docsets (quote (("JDK API" "/usr/share/doc/sun-java6-doc/html/api/" nil)))) | '(jde-javadoc-gen-destination-directory "~/java/doc/") | '(jde-javadoc-gen-packages (quote ("~/java/src/"))) | '(jde-run-option-boot-classpath (quote ("append" "/home/mspiess/java/bin/"))) | '(jde-vm-path "/usr/bin/java") `---- Btw. the doc thing won't work at all! This is not as bad as the rest, but still... Any hints would be appreciated. Greetings Malte