Re: [Openjnlp-devel] Checkin
Brought to you by:
kherr
From: Kevin H. <ke...@na...> - 2002-06-14 18:32:02
|
On Tuesday, June 4, 2002, at 02:26 AM, Christopher Heiny wrote: > Hokay, I've checked in the following: > - fix the Unix shell script to use the preferred JVM and pass args > - check for null pointers that result if there are no lazy jars/libs > - handle URL from command line > - try to position the console window so it doesn't squish the main > window Most excellent! I did just tweak the URL from the command-line to try every argument as a URL instead of making assumptions about which argument looks like a URL. If creating the URL fails then it tries to open it as a file. I figure it's better to let the JVM handle the decision than to restrict possible URL types. |