We need to implement a mechanism for creating a bundle for downloaded files (from .jnlp). All jars (and icon) must be downloaded to a temporary directory (probably something based on BUILD_ROOT (Files.createTempDirectory("fxbundler"))). JNLP files should also be downloaded to the same directory. tmp directory should be removed after creating the bundle.