From: Ken A. <kan...@bb...> - 2004-10-25 21:43:30
|
Wait for tomorrow for the cvs update to become available and then try it. k At 02:34 PM 10/25/2004 -0700, david wrote: >Ken Anderson wrote: > >>I've been able to load jscheme/SchemeTests.scm and run all the tests in jdk1.5.0. One problem appeared which was that (Queue.) did not run. This is because JScheme automatically imports jsints.* and java.util.* each of which provide a Queue class. An error is not printed because we don't give details about the error as the default. >> >>Maybe we shouldn't import anything but java.lang.* by default. This would make our code more robust to such changes. >> >>k >>At 10:39 AM 10/25/2004 -0700, david wrote: >> >> >>>I just tried to do a build of Jscheme with the >>>new Java and got a bunch of errors. >>>The latest Tomcat expects Java 1.5, although there >>>is a work around to get it working with 1.4. >>>Is there a patch I can apply to get Jscheme working >>>with java 1.5? >>> >>> >>> >>>david@newport:/mnt/hda1/jscheme/jscheme$ sh bin/make -all >>>In openResource(elf/describe.scm): >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: (load) can't open "elf/describe.scm" >>>In openResource(elf/inspect.scm): >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: (load) can't open "elf/inspect.scm" >>>In openResource(elf/basic.scm): >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: (load) can't open "elf/basic.scm" >>>while backtrace loading describe: SchemeException: ERROR: undefined variable "backtraceBody" >>>In openResource(elf/basic.scm): >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: (load) can't open "elf/basic.scm" >>>SchemeException: ERROR: undefined variable "backtraceValueString" >>>Error in BacktraceException.printStackTrace: >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: Error during load (lineno 13): jsint.BacktraceException[ >>> >>> >>>] >>> >>>In openResource(elf/basic.scm): >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: (load) can't open "elf/basic.scm" >>>while backtrace loading describe: SchemeException: ERROR: undefined variable "backtraceBody" >>> >>>In openResource(elf/basic.scm): >>>java.lang.OutOfMemoryError: Java heap space >>>** WARNING: (load) can't open "elf/basic.scm" >>>david@newport:/mnt/hda1/jscheme/jscheme$ >>> >>> >>> >>>------------------------------------------------------- >>>This SF.net email is sponsored by: IT Product Guide on ITManagersJournal >>>Use IT products in your business? Tell us what you think of them. Give us >>>Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more >>>http://productguide.itmanagersjournal.com/guidepromo.tmpl >>>_______________________________________________ >>>Jscheme-user mailing list >>>Jsc...@li... >>>https://lists.sourceforge.net/lists/listinfo/jscheme-user >>> >Thanks ken ,for such a quick response! |