Dear Stackflow Developers first of all thanks a lot for helping me a lot.
I am working on a project in java swing application in which client has to access the html files in swing GUI. i want to add Html files ,images and index file to jar of the project so that client can access html files without storing them in actual .Can the client unzip the html files from jar? please suggest me the best way .
regards
Dear Stackflow Developers first of all thanks a lot for helping me a lot.
Share
You can use e.g.
In general, you can retrieve an InputStream in the following way:
Then use the stream or URL to work with the files.