Commons Collection Class Not Found Error

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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...
    2. #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...
    3. 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(). ...
    4. #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: ...
    5. #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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139