hi

fundamentally, you just need to make sure that the *.betwixt file type is getting into the jar.

how you do this depends on how you're making your jar's.

if you're using jar, then you need to make sure that you're including *.betwixt as well as *.class on the command line. (see man jar or java.sun.
com if you're not sure how to do this.)

if you're using ant, then take a look at your build script and make sure that including *.betwixt files in whatever jarring and copying you do.

- robert

On Thursday, November 21, 2002, at 01:51 AM, IMCaptor wrote:

Hello All:
  I use the betwix to read and write my xml files,
but when i run the test, the *.betwixt file was not package into
the jar file, How can I do it?



Best Regards
IMCaptor



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED].
org>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED].
org>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to