Re: [jnc-users] Welcome to the "javaCompiler-users" mailing list
Status: Beta
Brought to you by:
soapy
From: Philippe A. <phi...@gm...> - 2008-03-04 13:52:46
|
Yo Marco 2008/3/4, Marco Trudel <ma...@mt...>: > > Hey Philippe > > Philippe Alexis wrote: > > Hello Everyone, > > > > > I'm running into an issue with apache-commons-logging which is, sadly, a > > dependency of one of my program's dependencies: > > > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > creating "EmailForwarder.exe" for Windows > > - processing commons-logging-1.1.1.jar > > org/apache/commons/logging/impl/AvalonLogger.java: In class > > 'org.apache.commons.logging.impl.AvalonLogger': > > org/apache/commons/logging/impl/AvalonLogger.java: In constructor > > '(java.lang.String)': > > org/apache/commons/logging/impl/AvalonLogger.java:79: error: cannot > > find file for class org.apache.avalon.framework.logger.Logger > > > > failed... > > > --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- > > > > What is a good way to handle this issue, short of adding a dead and > > buried Avalon to the list of jars?.. ad infinitum.. > > Thanks. > > > Add "-findirect-dispatch" as custom GCJ flag. Dependencies will then be > searched at runtime. > > > Hope that helps > Marco > Yes, that was quite helpful. Thanks. I have the executable now. Got to figure out why nothing happens when I double-click it; I expected as much though :-) J-Philippe. |