Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Problem Compiling

Avatar

Level 1
Hi all,



Just new to the whole Flex thing, but have run into a
problem, and I'm not sure what to try next. I'm trying to test out
Flex Data services, but I can't get the applications to compile.
I'm running one of the sample apps off of JRun4 u6 and I'm sure
that I've followed the Data Services setup instructions properly
(j2re1.4.1 is the JRE I have installed on my Win2003 test machine).
However, whenever I try to run a Flex application I get the
following error:

---------------------------------------

Compilation Results



Errors, warnings or exceptions were found while compiling
/dataservice/flexcab/flexcabDriver.mxml. Visit the online Flex
documentation or API reference for further information.



1 Exception found.



Exception java.lang.NoClassDefFoundError

org/apache/xpath/CachedXPathAPI

---------------------------------------



Unfortunately, that's all that gets thrown out at me. I've
searched for this error, and have seen a ton of different
suggestions, but nothing seems to apply specifically. I have no
real idea where to start with this Java error. Any help would be
greatly appreciated.



Regards,

Andrew



P.S. - I'm planning on using Flex integrated with ColdFusion,
but want to make sure that I have the data services working before
I go any further.

1 Reply

Avatar

Level 1
Update:

After working on this some more, and trying a number of
different JRE's I was finally able to compile my flex applications
(JRE 1.5 version 10 doesn't even seem to work with JRun, and 1.4.1
works, but I get the Java Class error). I had a coworker notice
that way up in my JRun console that there was a little failure
notice. I switched my JRE over to 1.4.2.12 and tried again. Success
- my Flex apps are now compiling fine! I feel dumb for not trying
this sooner.



Take care all,



Andrew