Hi Experts,
I have created a
java swing application which has help button. When user presses the help button, I launch the native web browser in which help url is provided and opened.
Now, I m thinking to copy those help html files and pack it inside the executable jar file. I am able to create the jar with the help html files packed in the jar. Now, I want to open these packed html files when user presses the help button.
Can anyone please guide me to open the packed html file inside the jar?
thanks,
jai