LanguageConnectionContext lcc =
(LanguageConnectionContext) ContextService.getContext
(LanguageConnectionContext.CONTEXT_ID);
ClassFactory classFactory = lcc.getLanguageConnectionFactory().getClassFactory();
GeneratedClass gc = classFactory.loadGeneratedClass(className, byteCode);
/*
** No special try catch logic to write out bad classes
** here. We don't expect any problems, and in any
** event, we don't have the class builder available