When you want to install development applications in Java, you're often asked for the JDK_HOME because they look for the binaries (javac, ...) in the $JDK_HOME/bin directory and the libraries (rt.jar, tools.jar) in the $JDK_HOME/lib directory. I didn't find the standard JDK directory structure in OS X. I didn't find the rt.jar, tools.jar and jpda.jar libs either.
Anybody knows how to solve this OS X specific issue?
Thanks in advance,
Luc Walterthum