Speed up or preload Java?

Hi everyone. I am running a program that is written in Java, and whenever I try to launch it, it takes a couple minutes to open because of VirusScan trying to scan all the Java files when it launches Java. Does anyone know of a way I can speed up the process or preload Java perhaps so when I click on the program it will open quickly? I'd rather not disable VirusScan or exclude the directory. Thanks in advance.

[421 byte] By [rich_jones37a] at [2007-10-3 3:11:28]
# 1

If the excess time is due solely to the virus scanner, no. If part of the time is due to the loading of Java, you can cause portions of Java to be (pre)loaded by using the java command prior to starting your program. Just "java -version" will load some parts, running a small HelloWorld program will load more, etc.

ChuckBinga at 2007-7-14 21:02:20 > top of Java-index,Desktop,Runtime Environment...