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
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
Ok CaseyB, I see.
Can I put an argument like "-Djava.library.path=path\to\dll " in the VM argument section ?
Yup, that's where you'd put that kind of thing, as well as any -X args you have
Ok, thank you CB !