<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 18 Aug 2015, at 11:45, Hamda Binte Ajmal <<a href="mailto:hamda.binte.ajmal@gmail.com" class="">hamda.binte.ajmal@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_signature">Hi,</div><div class="gmail_signature">I am sending this message again, as the last thread went a little too far.</div><div class="gmail_signature">I have developed a Java Application that runs lisp code at the back end, and I use ABCL for that.</div><div class="gmail_signature">Before using the lisp commands, I load a few .lisp files so that I can call the functions defined in those files.</div><div class="gmail_signature">Everything works fine as long as I run the application from Netbeans.</div><div class="gmail_signature">When I run the application from the jar file, it throws 'File not found error'.</div><div class="gmail_signature">as the lisp files are not a part of file system inside the project jar.</div><div class="gmail_signature">I tried to follow the suggestions given by Mark</div><div class="gmail_signature">(load <span style="font-size:12.8000001907349px" class="">“jar:file:/absolute/path/to/</span><span style="font-size:12.8000001907349px" class="">file.jar!/path/within/jar/</span><span style="font-size:12.8000001907349px" class="">setup.lisp”)</span></div></div></div></blockquote><div><blockquote type="cite" class=""><div dir="ltr" class=""><div class="gmail_signature"><span class="" style="font-size: 12.8000001907349px;">It shows the same File not found error. Am i missing something here?</span></div></div></blockquote><div class=""><div dir="ltr" class=""><div class="gmail_signature"><span class="" style="font-size: 12.8000001907349px;"><br class=""></span></div></div></div></div>Well, </div><div>1- did you include setup.lisp in the jar file?</div><div>2- did you substitute the paths in the suggestion given by Mark?</div><div><br class=""></div><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="color: rgb(0, 0, 0); letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">-- <br class="">__Pascal J. Bourguignon__<br class=""><br class=""><br class=""></div></div>

</div>
<br class=""></body></html>