On 12/6/06, Lev Kozakov <[EMAIL PROTECTED]> wrote:
We just need to modify the InstallPear class main() method code to check if the CVD class, specified in the gladis.properties file, is on the classpath. We also may need to clean-up the pi.properties file.
OK, I'll leave this for you to submit a patch, if you know what needs to be done.
Another problem is that InstallPear code requires uima.home JVM system property. I'm not sure what can we do in the case when this property is not set.
Is uima.home only used for launching CVD and finding the help file, or are the other uses? It shouldn't be needed for launching CVD if we apply the idea of using the java.class.path property. Maybe there is a better approach to the help file? For example using a Swing widget for viewing the HTML instead of launching a browser? Then the html file could be included in the jar file. -Adam
