Mac で WTP を使うときに無視すること

サーバーランタイムを設定するとき、デフォルトではない JRE を設定しようとすると、

tools.jar が見つからない

というような警告が出ます。

なんか古い情報だけど、こんなことが書いてあった。
Eclipse Community Forums: Eclipse Web Tools Platform Project (WTP)

This is only a warning, on maxOsX all JDKs are SDKs. This message is 
displayed probably because there is no tools.jar in the classpath for 
macosx.

You can safely ignore this message.

無視しても平気、なんでだろうとか思ったけど、Mac の場合は classes.jar とか他のところに tools.jar に含まれるべきクラスファイルが含まれている模様。
いいのかそれで ...

デフォルトの JRE で問題ないのは、きっと何か特別な対応がされているのだろうと思う。
maven とかで Mac 対応した、とか、何かの shell で対応した、とか、わりとちらほら書かれてる。