Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

java web start how to load resources

Status
Not open for further replies.

NullTerminator

Programmer
Joined
Oct 13, 1998
Messages
293
Location
US
I am doing first JWS project. Application can run from a jar file, but for the "Help" function I use registered default browser to open the help.htm.

How to bundle "loose" files with project, or do a loadAsResource from the jar and get it into the browser?

new to jws, but generally strong in java/swing

Thanks

Jeb\0
 
Maybe via the /tmp directory?

There is access to some kind of /tmp on linux and windows, and maybe on MacOS and Solaris too?
Extract the html-file to that location, and open it from there.

don't visit my homepage:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top