Posted By:
Andrew_Macbeth
Posted On:
Tuesday, June 18, 2002 09:45 AM
I am trying to automate the setup of Developer computers on my team. I am able to use the ToolEnv and Workspace objects to import .java and resource files into the workspace. I now want to be able to import .jar and .zip files. The Workspace object's importData() method takes an array of fully qualified java file names. How do I automatically import files from .jar/.zip files without having to extract the files to disk?