<div dir="ltr"><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">“jar:file:/absolute/path/to/</span><span style="font-size:12.8000001907349px">file.jar!/path/within/jar/</span><span style="font-size:12.8000001907349px">setup.lisp”)</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">It shows the same File not found error. Am i missing something here?</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">As suggested by Ralph to use (load-system-file "path/to/resource.lisp"), I tried to use that, but I was unable to access sys package, please let me know how to do this.</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px"><br></span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">I find the help documentation and tutorials very confusing, and difficult to understand.</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">Any hints will be appreciated.</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">Thanking in anticipation.</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">Regards,</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">Hamda</span></div><div class="gmail_signature"><span style="font-size:12.8000001907349px">NUIG, Ireland.</span></div>
</div>