Re: Dynamic jserv to apache

1999-05-19 Thread daly
at it is supposed to do. I tried to post my fixes but I have to get up to speed on CVS first. I can give you the code I changed but it still won't compile due to the missing function. Tim Daly [EMAIL PROTECTED] Roland Carlsson wrote: > > Hi! > I've trying to install jserv 1.

Re: JDK 1.2 and SuSE 6.1

1999-05-25 Thread daly
jais, it seems that you might have a later version of the libstdc file. look in the /lib directory (or maybe /usr/lib) for the libstdc* files. you probably have one like libstdc++-lib6.1-1.so.2. if so, do ln -s libstdc++-lib6.1-1.so.2 libstdc++-lib6.0-1.so.2 tim daly [EMAIL PROTECTED

Re: More on wrong version of libstdc

1999-05-27 Thread daly
to disable the JIT) Next you'll probably run into the fact that native threads don't seem to work. Again this can be fixed in the .java_wrapper file. change the line that sets the default threads=native to default threads=green. Tim Daly [EMAIL PROTECTED] "Marty E. Geier" wrot

Re: Compiling to a binary

1999-06-01 Thread daly
i wrote this trivial piece of C code. compile this program and rename it to the same name as your class file. so, if you have Foo.class then copy this program as Foo.exe in the same directory as Foo.class you will type: Foo and the class file will be run. Thus you can use this as a generic

Re: Swing on Linux

1999-06-11 Thread daly
there used to be a bug in JDK that loaded ALL of the font files before starting Swing. perchance the bug has resurfaced. there used to be a FONTS environment variable that controlled the loading location. the fix was to set up a fonts directory with a small number of fonts and point the environm