From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12275 invoked by alias); 29 Nov 2005 22:37:10 -0000 Received: (qmail 12254 invoked by uid 48); 29 Nov 2005 22:37:09 -0000 Date: Tue, 29 Nov 2005 22:37:00 -0000 Message-ID: <20051129223709.12253.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug java/24698] [4.1/4.2 regression] Failure locating .properties files inside jars In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: java-prs@gcc.gnu.org From: "tromey at gcc dot gnu dot org" Mailing-List: contact java-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-prs-owner@gcc.gnu.org X-SW-Source: 2005-q4/txt/msg00424.txt.bz2 List-Id: ------- Comment #6 from tromey at gcc dot gnu dot org 2005-11-29 22:37 ------- I tried the included test case with current svn head. I had to add '.' to classpath, then it worked for me: opsy. CLASSPATH=test.jar:. gij test1 Microsoft is crap Compiling as in comment #4 also worked fine. I also tried with the 4.1 branch (updated and built today) and this also worked fine. Not sure what to do next ... does it still fail for you? If you add . to CLASSPATH, does it work? If that works then perhaps the crash is EH related, as I see an exception if I leave out '.'. -- tromey at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24698