Posted By:
J_K
Posted On:
Thursday, July 6, 2006 09:11 AM
I am trying to run a small test program but get the following error:
Exception in thread "main" java.lang.NoClassDefFoundError: org/jvnet/fastinfoset/FastInfosetSource
The research I've done suggests I need to add FastInfoSet.jar to my classpath. The problem is I don't see anything called FastInfoSet. I am primarily a windows developer so maybe I'm missing something obvious. I am using j2ee sdk 1.4 for windows. I looked in C:SunAppServerlib for this jar file but it's not there. I do see all the jaxrpc jars though. Is there something else I need to download?
Thanks