IBM jdk118

2000-01-23 Thread Marek Gmyrek
Hi, does anybody of you succesively run jdk118 from IBM. I installed it on my systems (RH6.1 and SuSe 6.2) and experienced problems with GUI programs. Somehow `pack' method of Container class gives either null ptr exc. or SIGSEGV. Eg.: import java.awt.*; public class F { public static

ibm jdk118 > g++ -O

2000-01-14 Thread noisebrain
I was considering whether we needed to write some image resampling inner loops in C++, and wrote a little bilinear interpolation "mock up" resampling routine. On a Celeron machine the ibm jdk is actually a hair faster than the C++ version compiled with -O. Note that the C++ is not compiled wit