Hello All:
 
 
    I'm trying to run the JDK1.2, but unfortunately it eludes me.  I installed the necessary fonts. javac works fine..seems to correctly compile all of my source.  However, java and the appletviewer crashed with a segmentation violation everytime programs tried to load an image(Although it did pop up windows before it died).  I attempted to run some of the basic demos...only those that did not require some sort of image loading or display worked. 
 
    So out of desperation I changed my color depth from 24 to 32bpp.  
 
    Now  I no longer receive a Seg violation...but everytime I try to load an image I get a 
 
    Error loading L&F: java.lang.IllegalArgumentException: Raster IntegerInterleaved
Raster: width = 64 height = 64 #Bands = 3 #DataElements 1 xOff = 0 yOff = 0 data
Offset[0] 0 is incompatible with ColorModel DirectColorModel: rmask=ff0000 gmask
=ff00 bmask=ff amask=0         
    
    I've tried running with the JIT off, JIT on,  native threads,  and green threads.  
 
    I'm trying to run pre-v2 with glibc 2.0 
 
    My machine
        Pentium 200MMX 192 Megs RAM
        FireGL1000 Video Card
 
        RedHat 5.2 running the 2.2.10 kernel
        glibc 2.0.7
        XFree86 Version 3.3.3.1
 
        I've also tried running it on the default RH5.2  2.0.36-0.7 kernel with the same results.
   
        Any Suggestions?
 
 
        Timothy Parthemore    

Reply via email to