Hi all,
When I finished applet program, can I compile it as a .jar, or .war file so that its accessible via web?

I need some files/*.txt/ to be loaded at applet start up - at the init() function, I need the applet to read the contents of the files according user preference. Is this option possible, to compile the text files together in the web archive /.war files/?