[jnc-users] Help with figuring out additional Jars referenced by the Third-Party Jars included in a
Status: Beta
Brought to you by:
soapy
From: Hirak B. <hir...@gm...> - 2011-10-26 22:19:43
|
Hi, I'm attempting to generate an executable for a Spring application. I am packaging my compiled source code into a jar. This jar along with the spring jars are added to the JNC project. However, when I try to compile, it throws an error trying to process the spring.jar. It appears as though the compiler requires additional jars(like aspectjrt) that Spring references in its source, but those are not required if I simply run my application as a Java application. Can someone please confirm if this is expected? If so, then is there a way to compute the complete list of referenced jars? Just trying to find out if there's any way, other than trying to compile repeatedly and adding jars one at a time. Thanks, Hirak |