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]

classpaths and jar files


Jar files are used to hold many different kinds of resources which programs
may read at runtime (property files, or other data read using getResource*).

It would be convenient if the compiler would arrange for the fully linked
executable's built-in classpath to include any installed jar files used at
time of compilation.

The alternative is for users to set their classpath at progam runtime, or to
force it into the link with -Djava.class.path=XXX.

I don't know how you would go about implementing this off hand....

AG



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