www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Melssj5 on March 05, 2006, 02:20:23 AM

Title: OPENGL and differents OS
Post by: Melssj5 on March 05, 2006, 02:20:23 AM
Hi, where must I put the dlls files in the different operative systems?

I mean, in windows I must put them in the system32 folder, but what about in Linux or in mac os?, where should I put the libraries?
Title: OPENGL and differents OS
Post by: EgonOlsen on March 05, 2006, 06:23:14 PM
Putting them into the system32-dir isn't such a good idea. It's better to tell the VM where to look for the native libs like the examples that come with jPCT are doing it.
Title: native libraries
Post by: culli on March 11, 2006, 03:22:47 AM
Instead of putting them in a specific folder, tell java where they are like Egon said.  See http://www.lwjgl.org/installation.php.

I have jpct working in both Eclipse on Windows XP and IntelliJ on Suse 9.2 using the -D parameter for the LWJGL dll's and so's.