LWJGL character collision

Hi,

I am using a randomly generated simplex noise world for a 2D sidescroller, I cant seem to draw my character on the scene, and also I dont know where to start with collision,

Here is my world/random terrain drawing code:
http://pastebin.java-gaming.org/715c20a3f8e

Here is my character code:
http://pastebin.java-gaming.org/2afe5413c8f

Any help is greatly appreciated as I am new to LWJGL and using SimplexNoise maps,
Thanks,

  • Dan

EDIT: I have the player drawing now, and I nearly have the collision working, but not quite. Scroll down for everything.