This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
When libgcj tries to resolve a classname, it will look in each database for a mapping from
"somePrefix:classname" -> "shared object name"
How about: "somePrefix:classname" -> "shared object name" | "jar file name"
I.e. it may be useful to quickly find jar files as well. The advantage is better consistency with other Java implementations. -- --Per Bothner per@bothner.com http://per.bothner.com/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |