<div dir="ltr"><div>I found that i can't load in that way... why? I think ABCl is not prepared for that. Anyway... i solved the problem, and i created an example of deployment with ABCL.<br><br><a href="https://github.com/digiorgi/abcl-deploy">https://github.com/digiorgi/abcl-deploy</a><br><br>(:<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-01-29 20:35 GMT-03:00 Hernan Ezequiel Di Giorgi <span dir="ltr"><<a href="mailto:hernan.digiorgi@gmail.com" target="_blank">hernan.digiorgi@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">The result of cl:compile, how can be loaded via java using .getResourceAsStream()?<div><br></div><div>I'm compiling all the dependencies of a proyect and generating a super abcl.jar with my project inside, in the root directory of the abcl.jar i have a "system.abcl", that can be loaded with cl:load only with it outside the jar. If i try to load if from the jar with the full path "jar:file:/path/abcl.jar!/system.abcl" the repl simply freezes, and do nothing (via java or repl).</div><div><br></div><div>The org.armedbear.lisp.load.load() throws an exception because don't load the .abcl.</div><div><br></div><div>The abcl is generated with (asdf:operate 'asdf:monolithic-compile-boundle-op system-name). I just can't use the .abcl when is inside the jar.</div><div><br></div><div>Any ideas??</div></div>
</blockquote></div><br></div>