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]

ignoring undefined references


Hello list

Is it possible to ignore undefined references?
The problem is that most of the public available java libraries (e.g. xerces; http://xerces.apache.org/xerces-j/) use external classes which they do not provide because they're barely used. So, if such a library is used, two or three new libraries have to be searched and compiled too. But they have the same problem...
There come more and more classes into the executables but none of them will ever be used...



regards Marco


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]