how do i run java on Mandriva 2006 after installation?

i have install jdk1.6 on my mandriva linux os. i do not know now what is the next steps to compile and run my java code. it seems to be no jre on mandriva.
help...

JDK already contains the JRE. If you know Java development, you simply compile by executing the javac executable as you would do on other platforms, such as Windows.

If you have some specific issues with this, please feel free to post again.

Hey dear still not working. i get a message javac is not recognized as an internal command
i use to set path and jre environnment on fedora and that work but i dont know what to do an mandrakeLinux. please try and show me how to set everything.
Thanks..

As you did not tell us where you installed your jdk1.6, as you mentioned, how can we tell you what to add to your PATH?

Also, how did you install the jdk? Mandriva RPM or self-extract install from sun.com?

If you have forgotten where jdk is installed, and if you really think you have installed it, then "find / -name 'javac'" should come up with something.