Re: [Installbase-devel] InstallBase 1.0a3 and recursive file groups
Status: Alpha
Brought to you by:
damonc
From: Michael S. <ms...@cb...> - 2002-10-15 13:20:29
|
On Fri, 11 Oct 2002, Damon Courtney wrote: > It's not a hard thing to do, you just have to know what you're looking > for and define the rules. I wouldn't even know where to start for most of > it. 0-] InstallShield has something like a .ini file for each supported JVM on each platform. You specify portions of directory names where the JVM would be installed, registry keys that might be set, the executable name to use, and a mapping from generic option names (e.g. VERBOSE_GC) to jvm-specific option flags (-verbose:gc). Or you could just do "locate bin/java bin/jre" and run -version on anything that comes up. Assuming locate is installed, anyway (it usually is with sane distributions - but not with e.g. SuSE by default). Mike |