Skip to Content.
Sympa Menu

xom-interest - Re: [XOM-interest] Error extending XOMTestCase

xom-interest AT lists.ibiblio.org

Subject: XOM API for Processing XML with Java

List archive

Chronological Thread  
  • From: "Emma Middlebrook" <Emma.Middlebrook AT clearswift.com>
  • Cc: <xom-interest AT lists.ibiblio.org>
  • Subject: Re: [XOM-interest] Error extending XOMTestCase
  • Date: Tue, 7 Nov 2006 12:58:17 -0000

Hi,

I'd be grateful for any help, feel free to mail me the article.

Thanks,

Emma

-----Original Message-----
From: Elliotte Harold [mailto:elharo AT metalab.unc.edu]
Sent: 07 November 2006 12:54
To: Emma Middlebrook
Cc: xom-interest AT lists.ibiblio.org
Subject: Re: [XOM-interest] Error extending XOMTestCase

Emma Middlebrook wrote:
> I thought that might be a problem. I was trying to build some java
> samples yesterday and it required some jar files to be downloaded, which
> I did, but I could only get the ant scripts to build the samples by
> putting the jar files into the /jre/lib/ext directory.
>

What you're encountering is almost certainly a classpath error. These
are notoriously difficult to debug remotely. I think there's been a
little confusion here between jre/lib/ext and jre/lib/endorsed.
Regardless of that though, nothing should ever be placed in either
directory, especially when you're having problems of this nature. Get
everything out of there, and out of the CLASSPATH environment variable
and add files to the classpath manually, either with -classpath at the
command line or with the appropriate Ant or maven properties.

If you like, I could privately send you a draft of an article I'm
working on about understanding the classpath. It might be a little basic
for you. (It's aimed at novices) but it might give you an idea or two.

--
Elliotte Rusty Harold elharo AT metalab.unc.edu
Java I/O 2nd Edition Just Published!
http://www.cafeaulait.org/books/javaio2/
http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/

------------------------------------------------------------------------
Message Processed by the MIMEsweeper TM SMTP Appliance

Valued customer Genise Heard from Caritas Companies says
“MIMEsweeper has been one of the best investments that I have suggested our
company make. The only
complaint that I have had from the directors at my facility is that it keeps
it too clean. I on the other hand like
that complaint which means it is doing the job beyond expectation.”

Clearswift monitors, controls and protects all its messaging traffic in
compliance with its corporate email policy using Clearswift products.
Find out more about Clearswift, its solutions and services at
http://www.clearswift.com

This communication is confidential and may contain privileged information
intended solely for the named addressee(s). It may not be used or disclosed
except for the purpose for which it has been sent. If you are not the
intended recipient, you must not copy, distribute or take any action in
reliance on it. Unless expressly stated, opinions in this message are those
of the individual sender and not of Clearswift. If you have received this
communication in error, please notify Clearswift by emailing
support AT clearswift.com quoting the sender and delete the message and any
attached documents. Clearswift accepts no liability or responsibility for any
onward transmission or use of emails and attachments having left the
Clearswift domain.

This footnote confirms that this email message has been swept by MIMEsweeper
for Content Security threats, including computer viruses.




Archive powered by MHonArc 2.6.24.

Top of Page