I have a text file that I want my applet to simply be able to read. It's basically a table of contents/search index for a client-side search engine. It's for a bunch of documents that I want to distribute on a CD (therefore, without the use of a server).
My question is: Is there a way to include the text file in a JAR or other kind of archive that would allow my applet to read the file without having a certificate or permissions?
If you have an answer to that, or if you have another suggestion on how to achieve the same result, please let me know. Thanks very much.
Thanks again.
My question is: Is there a way to include the text file in a JAR or other kind of archive that would allow my applet to read the file without having a certificate or permissions?
If you have an answer to that, or if you have another suggestion on how to achieve the same result, please let me know. Thanks very much.
Thanks again.