Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Posts
    1

    Grin Startup Speed of Java Application

    I have a Java App that uses a Java Runtime Environment (JRE) burned on the CD (made with AutoPlay 4.0). Launching the application takes time because it seems like the JRE and other files are copied to the user's hard drive (Temp directory) before executing.

    I don't see anything in the project that should cause this.

    How can I make it execute off the CD itself? Without this needless coping of runtime dll's etc.?

    Thanks.

  2. #2
    Join Date
    Jun 2002
    Location
    Israel
    Posts
    1,843
    If JRE is installed on the user's machine, things run smoothly. Maybe that is the reason of your delay?
    You could use dependency to check if JRE is installed.

    Yossi

Similar Threads

  1. setup for java application
    By dan37_123 in forum Setup Factory 6.0
    Replies: 0
    Last Post: 04-13-2003, 01:26 PM
  2. HOWTO: Distribute an AutoPlay Application with Setup Factory 6.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-25-2002, 02:33 PM
  3. INFO: Dynamically Resizing an Application at Runtime
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-21-2002, 02:23 PM
  4. HOWTO: Make an AutoPlay Application Expire
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-09-2002, 10:10 AM
  5. INFO: How to Set the Default Application Directory
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-25-2002, 12:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts