beanshell using wrong case when looking for class

Brad Mace <[email protected]> Mon, 29 Oct 2012 09:59:41 -0500
Newsgroups gmane.comp.java.beanshell.user
Message-ID <[email protected]>
I've spent days trying to locate the cause of this problem. The actual 
class is com.example.commons.plugin.Plugin, but it appears to be looking 
for .plugin. Has anyone seen this before? Do you know what causes it to 
look for the wrong name?

A class required by class: com.example.commons.plugin.plugin could not 
be loaded:
java.lang.NoClassDefFoundError: com/example/commons/plugin/plugin (wrong 
name: com/example/commons/plugin/Plugin)  at 
bsh.BshClassManager.noClassDefFound
   at bsh.BshClassManager.plainClassForName
   at bsh.BshClassManager.classForName
   at bsh.NameSpace.classForName
   at bsh.NameSpace.getImportedClassImpl
   at bsh.NameSpace.getClassImpl
   at bsh.NameSpace.getClass
   at bsh.Name.consumeNextObjectField
   at bsh.Name.toObject
   at bsh.BSHAmbiguousName.toObject
   at bsh.BSHAllocationExpression.objectAllocation
   at bsh.BSHAllocationExpression.eval
   at bsh.BSHPrimaryExpression.eval
   at bsh.BSHPrimaryExpression.eval
   at bsh.Interpreter.eval
   at bsh.Interpreter.eval
   at bsh.Interpreter.eval

------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/