I embedded flex code in a jsp using the taglib - 
<mm:mxml source="report.mxml"/>
during compilation (when i hit the jsp url) it give an error saying - 
java.lang.NoClassDefFoundError: flex2/server/j2ee/events/SourceCodeLoader
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
        at java.lang.Class.getConstructor0(Class.java:2640)
        at java.lang.Class.newInstance0(Class.java:321)
        at java.lang.Class.newInstance(Class.java:303)
        at flex.bootstrap.BootstrapTag.<init>(BootstrapTag.java:39)
        at flex.bootstrap.BootstrapBodyTag.<init>(BootstrapBodyTag.java:28)
        at flex2.server.j2ee.jsp.MxmlTagImpl.<init>(MxmlTagImpl.java:2)

please point out the jar where i can find this file. i have given up.
there is one called flex-webtier.jar which has the same package but
the SourceCodeLoader is missing. is this a version problem?? m using
flex 2.

Reply via email to