Author Topic: OPENGL and differents OS  (Read 3584 times)

Offline Melssj5

  • double
  • *****
  • Posts: 724
    • View Profile
OPENGL and differents OS
« 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?
Nada por ahora

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12297
    • View Profile
    • http://www.jpct.net
OPENGL and differents OS
« Reply #1 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.

Offline culli

  • byte
  • *
  • Posts: 13
    • View Profile
native libraries
« Reply #2 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.