XML document in jar file

D

Drazen Gemic

Hi !

I'd like to put an XML file in the very same jar archive file that
contains executable classes of the application. That is no problem.

The problem is how to read the XML file without specifying the path to
the jar file. Is there any reference to the jar filewhich the
application is started from ?

DG
 
A

andrewthommo

Drazen said:
Hi !

I'd like to put an XML file in the very same jar archive file that
contains executable classes of the application. That is no problem.

The problem is how to read the XML file ...

Class.getResource("theXMLfile.xml")

HTH

Andrew T.
 
D

Drazen Gemic

Class.getResource("theXMLfile.xml")

Thank you. I had a bright moment myself in the meantime and discovered
ClassLoader.getSystemResource, which is the same thing, more or less.

DG
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,763
Messages
2,569,563
Members
45,039
Latest member
CasimiraVa

Latest Threads

Top