Hi,
I'm trying to get the library/javaall/Examples/pl2java example to work. I'm using Ciao-1.7p30 with the Javasoft JDK 1.2.2 on a Windows NT sp5 machine.
When I run the example, I get sh access violations. It turns out that (in javart.pl) when a java_connection is trying to be established, an attempt is made to start java with the command line:
java -classpath //C/prolog/ciao-1.7p30Win32/library/javall CiaoJava.PLJavaServer
which doesn't work properly because the classpath string is ill formed.
[Note: In a comand window I can enter the line java -classpath C:/prolog/ciao-1.7p30Win32/library/javall CiaoJava.PLJavaServer and the server does start up correctly. ]
It is being produced by compound_classpath's use of absolute_file_name(library('javall/javart'),AbsFileName),
Anyone have any hints as to how to get this to work properly on Windows?
-- Dan