<div class="gmail_quote">Hi All,<br><br>We are trying to use ABCL for a project which requires a system coded in LISP to talk to another coded in JAVA. We are facing some issues and I would appreciate any help anyone can afford.<br>

<br>For this project, I am using Windows 7 platform. I downloaded and built ABCL jar on my machine using ANT. I also setup the required system variables (JAVA_HOME, PATH and CLASSPATH). However, when I try to run the example code to call Java from Lisp ( as described at <a href="http://common-lisp.net/project/armedbear/doc/abcl-user.html" target="_blank">http://common-lisp.net/project/armedbear/doc/abcl-user.html</a>), I keep getting the following error in ABCL:<br>


<div style="text-align:center">#<THREAD "interpreter" {13BC30A}>: Debugger invoked on condition of type ERROR<br>  Class not found: Main<br></div><br>I have also manually compiled the Main.java file and placed the ".class" in the same folder as the lisp file that calls it. I am able to get built-in Java classes like "int". At this point I am stuck and would appreciate if anyone can help me out with this issue. <br>


<br>Thanks in advance.<br><br>Regards,<br clear="all"><font color="#888888">Nishant.<br>
</font></div>