Difference between revisions of "Requirements"

From JPCT
Jump to: navigation, search
(Created page with 'jPCT uses Java. To develop application using jPCT you need at least the [http://java.sun.com Java Development Kit (JDK)]. For more comfort, you may want to use an IDE such as [ht...')
 
Line 1: Line 1:
jPCT uses Java. To develop application using jPCT you need at least the [http://java.sun.com Java Development Kit (JDK)]. For more comfort, you may want to use an IDE such as [http://www.eclipse.org Eclipse] or [http://www.netbeans.org Netbeans].
+
jPCT is written in Java. To develop application using jPCT you need at least the [http://java.sun.com Java Development Kit (JDK)]. For more comfort, you may want to use an IDE such as [http://www.eclipse.org Eclipse] or [http://www.netbeans.org Netbeans].
  
 
jPCT is compatible to java 1.1 but some features can only be used with higher version. The current version of Java is Java6, which is recommended to be used with jPCT. If you are for some reason stuck to Java 1.4 or Java5, don't worry...jPCT will work fine with both of them.
 
jPCT is compatible to java 1.1 but some features can only be used with higher version. The current version of Java is Java6, which is recommended to be used with jPCT. If you are for some reason stuck to Java 1.4 or Java5, don't worry...jPCT will work fine with both of them.
  
 
jPCT offer a Java 1.1 compatible software renderer and two OpenGL based hardware renderers. The hardware renderers are based on [http://www.lwjgl.org LWJGL] and support Windows, Linux x86, Mac OSX and Solaris.
 
jPCT offer a Java 1.1 compatible software renderer and two OpenGL based hardware renderers. The hardware renderers are based on [http://www.lwjgl.org LWJGL] and support Windows, Linux x86, Mac OSX and Solaris.

Revision as of 22:02, 3 April 2009

jPCT is written in Java. To develop application using jPCT you need at least the Java Development Kit (JDK). For more comfort, you may want to use an IDE such as Eclipse or Netbeans.

jPCT is compatible to java 1.1 but some features can only be used with higher version. The current version of Java is Java6, which is recommended to be used with jPCT. If you are for some reason stuck to Java 1.4 or Java5, don't worry...jPCT will work fine with both of them.

jPCT offer a Java 1.1 compatible software renderer and two OpenGL based hardware renderers. The hardware renderers are based on LWJGL and support Windows, Linux x86, Mac OSX and Solaris.