Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Mister Quest #1
Commons Collection Class Not Found Error
I've just started playing with Style Sheets .
<mx:Style source="amethyst.css"/>
Contents of the style sheet:
Label { border-bottom-style:solid;
background-color: #00FF66
}
I'm getting the following error when I add a <mx:Style> tag to my code. I've
flex installed on Tomcat 5.5. From what I've found on the net, the
org/apache/commons/collections package has been deprecated? Does this sound
right to anyone else?
Here's my exception:
Exception java.lang.NoClassDefFoundError
org/apache/commons/collections/SequencedHashMap (View stack trace)
at macromedia.css.StyleDeclaration.(StyleDeclaration. java:82) at
macromedia.css.Rule.(Rule.java:26) at
macromedia.css.StyleRule.(StyleRule.java:12) at
macromedia.css.StyleDocumentHandler.startSelector( StyleDocumentHandler.java:117)
at org.apache.batik.css.parser.Parser.parseRuleSet(Un known Source) at
org.apache.batik.css.parser.Parser.parseStyleSheet (Unknown Source) at
macromedia.css.StyleParser.init(StyleParser.java:1 65) at
macromedia.css.StyleParser.(StyleParser.java:89) at
macromedia.css.StyleSheet.parse(StyleSheet.java:71 ) at
Mister Quest Guest
-
#39704 [NEW]: Fatal error: Class 'SimpleXMLIterator' not found
From: m0rf at mail dot cz Operating system: FreeBSD 6.1 PHP version: 5.2.0 PHP Bug Type: SPL related Bug description: Fatal... -
#39317 [NEW]: Fatal error: Database class not found
From: ldwebtech at yahoo dot com Operating system: CentOS 4.4 i686 PHP version: 4.4.4 PHP Bug Type: Unknown/Other Function... -
HELP: My ASP class object is crippled if I save it in a session collection
I am using ASP3.0 and IIS5 I want to have OOP so I have define a class call Employee with property 'fullName' and methods like getFullName(). ... -
#25055 [Opn->Bgs]: Fatal error: Class 'com' not found
ID: 25055 Updated by: sniper@php.net Reported By: bart at mediawave dot nl -Status: Open +Status: ... -
#25055 [Bgs->Opn]: Fatal error: Class 'com' not found
ID: 25055 User updated by: bart at mediawave dot nl -Summary: class COM not found Reported By: bart at mediawave dot... -
Mister Quest #2
Re: Commons Collection Class Not Found Error
Plz disregard, I've found the common-collections.jar. It turned out it's a build issue on my end.
Quest
Mister Quest Guest



Reply With Quote

