Name: rmT116609 Date: 07/25/2001
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
$ javac GLEnum.java
Segmentation fault
$
/* WARNING ! WARNING *** THIS FILE IS GENERATED BY C2J !!!
DO NOT MAKE ANY CHANGES *** MAKE CHANGES IN THE SKELETON FILES !!!
*/
/**
* @(#) GLEnum.java
*/
package gl4java;
/**
* The base interface for OpenGL enumerates,
* which provides you all the C-API style enumerates
*
* @version 2.01, 15. November 1999
* @author Sven Goethel
*/
public interface GLEnum
{
public static final boolean GL_FALSE = false;
public static final boolean GL_TRUE = true;
/**
* C2J Parser Version 2.2
* Jausoft - Sven Goethel Software Development
* Reading from file: gl-enum-auto.orig.h . . .
* Destination-Class: gl4java_GLEnum !
*/
public static final int GL_1PASS_ARB = 0x80A1;
public static final int GL_1PASS_SGIS = 0x80A1;
public static final int GL_2D = 0x0600;
public static final int GL_2PASS_0_ARB = 0x80A2;
/* a lot of static final....*/
public static final int GL_ZOOM_X = 0x0D16;
public static final int GL_ZOOM_Y = 0x0D17;
/* C2J Parser Version 2.2: Java program parsed successfully. */
}
The version and the distribution of Linux using:
linux 2..4.4
debian "woody"
System Configuration.
-----------------
bi-pentium 1Ghz, 512 mo ram
Additional information
----------------
It works with blackdown jdk 1.3.1...
Please see the attachments for a complete test case.
(Review ID: 128238)
======================================================================