missing class in a delivered application
Hello, In an executable file made using deliver, some classes that have been compiled and loaded during the delivery process are missing (but seems to be known in some way by LW). For example, the jgotextnode. class: (defclass |com.nwoods.jgo|::jgotextnode. (|com.nwoods.jgo|::jgonode.) nil) In the following output of describe (in the delivered application), the CLASS entry is missing (but the PLIST entry contains some class properties): JGOTEXTNODE. is a SYMBOL NAME "JGOTEXTNODE." VALUE |com.nwoods.jgo|::|JGoTextNode| FUNCTION #<unbound function> PLIST (CLOS::PLIST-POINTER-TO-CLASS-TESTER (NIL . JGOTEXTNODE.) CLOS::PLIST-POINTER-TO-CLASS (NIL . JGOTEXTNODE.)) PACKAGE #<The com.nwoods.jgo package, 3376/16384 internal, 11530/16384 external> The following text. class is correctly defined (CLASS entry is present in the output of describe): (defclass |org.eclipse.swt.widgets|::text. (|org.eclipse.swt.widgets|::scrollable.) nil) TEXT. is a SYMBOL NAME "TEXT." VALUE |org.eclipse.swt.widgets|::|Text| FUNCTION #<unbound function> PLIST (:ENSURED T CLOS::PLIST-POINTER-TO-CLASS-TESTER (#<STANDARD-CLASS TEXT. 22921ADF> . TEXT.) CLOS::PLIST-POINTER-TO-CLASS (#<STANDARD-CLASS TEXT. 22921ADF> . TEXT.)) PACKAGE #<The org.eclipse.swt.widgets package, 1621/16384 internal, 4457/16384 external> CLASS #<STANDARD-CLASS TEXT. 22921ADF> I don't have this problem in the IDE. I'm using LWw 5.0.1 Thank you for any clue. Francis