Re: [dom4j-user] jaxen NoClassDefFoundError with simple script

2004-09-09 Thread David Thielen
You now have to add jaxen to the classpath - no idea why it's not included in dom4j.jar anymore -- Original Message -- From: "Jonathan V. Phillips" <[EMAIL PROTECTED]> Date: Thu, 9 Sep 2004 16:59:48 -0500 (Central Daylight Time) >Hello, > >I'm having prob

[dom4j-user] jaxen NoClassDefFoundError with simple script

2004-09-09 Thread Jonathan V. Phillips
Hello, I'm having problems getting a simple dom4j program to work. I'm running it against dom4j-1.5.jar. Here is the entire program: import org.dom4j.Document; import org.dom4j.DocumentHelper; public class Test { public static void main(String[] args) { try { Document documen