Hyphen in bigloo modules with Java backend?
Sven Hartrumpf <[email protected]> Wed, 10 Feb 2021 14:37:59 +0100 (CET)
| Newsgroups | gmane.lisp.scheme.bigloo |
|---|---|
| Message-ID | <[email protected]> |
Hello. Normally, I use the C backend, but for some legacy application I need the Java backend. With newer versions of Java (e.g. 11.0.10), I cannot run my stable code anymore, probably because the hyphen in class names is now a hard error: Exception in thread "main" java.lang.ClassFormatError: Illegal class name "Tool/srfi-xyz" in class file Tool/general Can bigloo help here? Or do I really have to rename all my bigloo modules that contain a hyphen (-)? Greetings Sven