Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    4,883

    Re: Programmatically Creating Jars

    I'd word it a bit differently but your question is understandable.
    A jar doesn't execute, classes execute.
    You need to read a file to copy it. I guess copying requires writing after reading.

    ...
  2. Replies
    8
    Views
    4,883

    Re: Programmatically Creating Jars

    Did you look at the JarOutputStream class?
    What do you get when you Google it?
  3. Replies
    8
    Views
    4,883

    Re: Programmatically Creating Jars

    Have you looked at the java classes for jar files and zip files?
    The doc says: "The JarOutputStream class is used to write the contents of a JAR file to any output stream."
Results 1 to 3 of 3