<div dir="ltr">I have resolved the issue, I simply got rid of dependency on cl-ppcre as a very small portion of my lisp code was using that.<div>So, No need of quicklisp, hence no error when running the .jar directly.</div><div><br></div><div>Java code now is :</div><div><div>  private static String GetFullPath(String relPath)</div><div>        {</div><div>             URL url= LispConnector.class.getResource(relPath);</div><div>             System.out.println(url.toString());</div><div>             return url.toString();</div><div>          }</div></div><div><div> private static void Load_Aima()</div><div>        {</div><div>            String path = GetFullPath("aima/defpackage.lisp");</div><div>            execute("(load " + "\"" + path + "\")");</div></div><div>            .....................</div><div><br></div><div>        }</div><div><br></div><div>All is well now!</div><div><br></div><div>Thanks everyone, especially Mark for his help.</div><div>Regards,</div><div>Hamda</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 18, 2015 at 2:18 PM, Zach Beane <span dir="ltr"><<a href="mailto:xach@xach.com" target="_blank">xach@xach.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hamda Binte Ajmal <<a href="mailto:hamda.binte.ajmal@gmail.com">hamda.binte.ajmal@gmail.com</a>> writes:<br>
<br>
> The only reason I installed quicklisp was that I needed to use cl-ppcre<br>
> package.<br>
> This is the post I posted about months ago when I started with my<br>
> application development<br>
> <a href="http://stackoverflow.com/questions/28172357/run-an-abcl-code-that-uses-cl-cppre" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/28172357/run-an-abcl-code-that-uses-cl-cppre</a><br>
<br>
</span>Dave Cooper discusses on option for doing something like this, without<br>
Quicklisp (OR asdf):<br>
<br>
<a href="http://gendl.blogspot.com/2013/03/saving-images-with-asdf3.html" rel="noreferrer" target="_blank">http://gendl.blogspot.com/2013/03/saving-images-with-asdf3.html</a><br>
<br>
I don't know how well it's supported in ABCL, though.<br>
<span class="HOEnZb"><font color="#888888"><br>
Zach<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature">Hamda Binte Ajmal<br>+92 344 550 7680<br></div>
</div>