I have written a program using POI and would like to put it in a jar file. Not having much experience using jar files, I need to ask for some help. I put the POI files that my program imports, in the correct directory structure in my jar files. I also put the classes that I wrote in their correct directory structure. But do I also have to put the files that are already included in the Java platform? For example, when I import into my classes java.io.*; and import javax.swing.*; etc.?
Thanks, Tom T. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
