Steps to deploy
Hi,
Pardon if this seems silly but I don't have the big picture.
I have a project I created using Eclipse. In my java file I import the Xerces parser to do some xml work...
when I save the file it is compiled no problem and when I run this class file from the system that has xerces installed on it it works fine..
The Problem: I want to run this on a different machine. I know for a fact the there is no xerces parser installed.
So my question is what steps do I take to build a java application that I can compile and copy to another machine that only has the JRE and still have it running successfully...
Is there a way of putting the xerces jar file with my class file..? must I import from a different place then..?
Many thanks
Sean
Of all the things I've lost in my life, its my mind I miss the most.
Bookmarks