com.jogamp.opengl.impl
Class SystemUtil

java.lang.Object
  extended by com.jogamp.opengl.impl.SystemUtil

public class SystemUtil
extends Object


Constructor Summary
SystemUtil()
           
 
Method Summary
static String getenv(String variableName)
          Wrapper for System.getenv(), which doesn't work on platforms earlier than JDK 5
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemUtil

public SystemUtil()
Method Detail

getenv

public static String getenv(String variableName)
Wrapper for System.getenv(), which doesn't work on platforms earlier than JDK 5



Copyright 2010 JogAmp Community.