On Thu, Aug 04, 2016 at 02:41:27PM +0200, Ricardo Wurmus wrote:
> >> +                   (let ((classpath (string-join (append (find-files lib 
> >> "\\.jar$")
> >> +                                                         (find-files swt 
> >> "\\.jar$"))
> The classpath consists of only absolute paths to jar files.  This is the
> install phase and right before the snippet you quoted the jar files were
> installed to their target directories.

Sorry for the confusion, I am so used to find-files looking for files in the
current directory, that I forgot the parameter "." given in these cases and
that it is "lib" and "swt" here.

Andreas


Reply via email to