jdk1.2: libfontmanager.so: Unsatisfied Link

1999-03-09 Thread B. Scott Boding
dk1.2 work great on my machine at home which is a RedHat5.2 system. With only the minor tweak listed several times here I had it up and running with very little effort! It was nice to generate a new set of enhanced javadocs. Great job guys! -- B. Scott Boding | "Woah!

Re: Making an Java Application "wait" to be called

1999-02-18 Thread B. Scott Boding
will only exit if all of the threads finish. This means that if you start up GUI components that merely letting the main method run its course won't exit the program because the event handler thread is still running. You need to use something like System.exit(0); to force an exit in t