I'm assuming this sdljava contains necessary JAR files and native DLL, SO, and DYLIB files? If so, then it's best to simply put all the JAR files in a folder called "libs" in your project root and then put all the natives in a folder "natives" under "libs". After that you right click the project, choose "Build Path", choose "Configure Build Path". Under the "Projects" tab, click on "Add JARs" and highlight all your JARs. Then expand the main sdljava JAR, double click on "Native Library Location", click on "Workspace", and choose the "natives" folder. You're done setting up the build path
