LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: Kokoni on September 16, 2005, 12:52:27

Title: Dll path on Eclipse
Post by: Kokoni on September 16, 2005, 12:52:27
Hello all,

I would like to know what are the parameters you have to set to specify the dll path to run a lwjgl programme. I'm fed up to copy the dll in the system32 folder, my "temporary" solution  :oops:

And my second question is where are you set these parameters on Eclipse IDE ? (it should be on project properties but where exactly...?)

Thanks in advance  :)

Kokoni
Title: Dll path on Eclipse
Post by: CaseyB on September 16, 2005, 13:52:43
Actually if you go ro Run->Run in the Arguments tab there is a place to pass arguments to your program and to the VM!  :D
Title: Dll path on Eclipse
Post by: Kokoni on September 16, 2005, 14:19:06
Ok CaseyB, I see.

Can I put an argument like "-Djava.library.path=path\to\dll " in the VM argument section ?
Title: Dll path on Eclipse
Post by: CaseyB on September 16, 2005, 15:02:26
Yup, that's where you'd put that kind of thing, as well as any -X args you have
Title: Dll path on Eclipse
Post by: Kokoni on September 19, 2005, 11:28:52
Ok, thank you CB !