From: Ken A. <kan...@bb...> - 2004-06-24 20:18:41
|
java -jar lib/jscheme.jar should be fine, just grow the class path at runtime, see elf/infest.scm for an example. At 03:46 PM 6/24/2004 -0400, Geoffrey Knauth wrote: >OK, I see your logic. > >I wrote my note after I imported some classes from JAR files, and then to my surprise found, from (classpathURLs), that the classes were never actually loaded and various symbols remained undefined. It turned out that happened because I launched JScheme via "-jar jscheme.jar" instead of "jscheme.REPL". > >I guess I'd call the `import' facility that requires classes to exist `import-exist' or `import-now'. > >Geoffrey >-- >Geoffrey S. Knauth | http://knauth.org/gsk > >On Jun 24, 2004, at 15:35, Ken Anderson wrote: > >>I don't think it should check, though you can write a version that does. >>Since i use JScheme to build my applications its normal for classes not to exist until after i've compiled them. |