From: david <da...@da...> - 2004-10-25 17:36:48
|
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$ |