This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with load when upgrading from 1.9.90 to 1.11


Hi,

We are trying to upgrade Kawa from version 1.9.90 to the current 1.11.

Our problem is that load does not seem to work properly when loading a pre-complied scheme class. It is working fine with version 1.9.90.

The scenario:
We use Kawa to compile a scm file, as we do not want to compile at the startup of our application. The class files are put in a jar file.
When we start the application the following code is called:

????? Scheme.registerEnvironment();
????? Scheme scm = new Scheme();
????? scm.eval("(load \"scheme.class\")");

This results in the following exception:

java.lang.RuntimeException: cannot load scheme.class (The system cannot find the file specified)

Is there another way to load and run the pre-compiled scheme files?

BTW: can the documentation for 1.9.90 be found somewhere?

Kind regards
Franck Mortensen?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]