Bug#397853: NoClassDefFoundError in case the path contains umlauts

2008-02-06 Thread Michael Tautschnig
> Michael Tautschnig writes: > > Some investigations showed that the problem seems to be caused by a umlaut > > being > > contained in the directory name; if one copies the files to, e.g., /tmp/ > > things > > work fine. > > What locale are you using? How is the umlaut encoded in the directory

Bug#397853: NoClassDefFoundError in case the path contains umlauts

2008-02-06 Thread Matthias Klose
Michael Tautschnig writes: > Some investigations showed that the problem seems to be caused by a umlaut > being > contained in the directory name; if one copies the files to, e.g., /tmp/ > things > work fine. What locale are you using? How is the umlaut encoded in the directory name? -- To

Bug#397853: NoClassDefFoundError in case the path contains umlauts

2006-11-09 Thread Michael Tautschnig
Package: gij-4.1 Version: 4.1.1-17 Severity: minor One of our users has seen the following error: $ java FirstSample Exception in thread "main" java.lang.NoClassDefFoundError: FirstSample at gnu.java.lang.MainThread.run(libgcj.so.70) Caused by: java.lang.ClassNotFoundException: FirstSample not