From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: e_xung Newsgroups: gmane.emacs.help Subject: Java: how to load jar files? Date: 28 Jun 2003 00:24:34 -0700 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <85wuf6k6kt.fsf@localhost.example.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1056784300 17651 80.91.224.249 (28 Jun 2003 07:11:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 28 Jun 2003 07:11:40 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Sat Jun 28 09:11:39 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19W9s3-0004aX-00 for ; Sat, 28 Jun 2003 09:11:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19W9r7-00052o-Gy for gnu-help-gnu-emacs@m.gmane.org; Sat, 28 Jun 2003 03:10:41 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!fu-berlin.de!uni-berlin.de!host-66-81-250-158.rev.o1.COM!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 4 Original-NNTP-Posting-Host: host-66-81-250-158.rev.o1.com (66.81.250.158) Original-X-Trace: fu-berlin.de 1056784149 30694702 66.81.250.158 (16 [87809]) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:114806 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:11299 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:11299 Is there a simpler way to load all the jar files in /jre/lib/ext for global classpath instead of writing the whole path for each jar file in ~/.emacs? For example, "/usr/local/jdk/jre/lib/ext/x.jar" "/usr/..../y.jar"..., Thank you.