If the java project that is using ABCL is located on a network drive, Method Create isntance throws this exception:
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: org.armedbear.lisp.Nil cannot be cast to org.armedbear.lisp.Pathname at org.armedbear.lisp.Load.loadSystemFile(Load.java:329) at org.armedbear.lisp.Interpreter.initializeLisp(Interpreter.java:172) at org.armedbear.lisp.Interpreter.createInstance(Interpreter.java:72) .......
I believe this has something to do with the the path. (path \fs2\14233205\NetBeansProjects\HamdaBinteAjmal-interface- 1ed1d2022f90 ) Please note that both the abcl.jar and the java project are located on a network drive.
Anyway to resolve this?
Regards, Hamda