Dll path on Eclipse

Started by Kokoni, September 16, 2005, 12:52:27

Previous topic - Next topic

Kokoni

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

CaseyB

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

Kokoni

Ok CaseyB, I see.

Can I put an argument like "-Djava.library.path=path\to\dll " in the VM argument section ?

CaseyB

Yup, that's where you'd put that kind of thing, as well as any -X args you have

Kokoni