After installing Java for OS X 2013-005 update for Mavericks, I follow this Re-enable article to re-enable Java 1.6 but noticed something quite wrong. Problem is that whenever I verify Java with javatester, I always see empty box without anything. So I double check the steps in Re-enable article and found that at step number 4:
sudo ln -sf /System/Library/Java/Support/Deploy.bundle/Contents/Resources/JavaPlugin2_NPAPI.plugin /Library/Internet\ Plug-Ins/JavaAppletPlugin.plugin
The folder JavaPlugin2_NPAPI.plugin is just containing a series of itself:
/System/Library/Java/Support/Deploy.bundle/Contents/Resources/**JavaPlugin2_NPAPI.plugin**/Contents/Resources/**JavaPlugin2_NPAPI.plugin**/Contents/Resources/**JavaPlugin2_NPAPI.plugin**/Contents/Resources/JavaPlugin2_NPAPI.plugin/Contents/Resources/**JavaPlugin2_NPAPI.plugin**/...<it goes on>
This thing doesn't look right for me. Since the Re-enable article is quite confusing, does anyone know which step did I do wrong?