Hello,
I deployed xxe on client side.
The installation looks right and i can see it in the directory :
C:\Documents and Settings\toto\Application
Data\Sun\Java\Deployment\javaws\cache\http\Dtoto\P80\DMxxe\DMwebstart
Client can launch xxe also and see my config.xxe, so xxe knows automatically
extract files which are in the xxe_config.jar.
My application needs also to read xml files which are embedded in the
xxe_config.jar.
They are configuration files of my application and they are also stored in
xxe_config.jar as my config.xxe.
how to retrieve xml files located in xxe_config.jar directly from my program
?
In my program I use the method :
docLoader.load(".\\config\\myConfig\\init\\parameters.xml")
On server side it works well.
thanks for the help
stephane