Originally posted by frankly
I wish I knew what the problem was with my system. I have been unable to get ANY applets to work since the update.
🙁
Later, Frank
Do yourself a favor: Install the Developer CD or download the tools from Apple and launch Terminal.app.
Su to Root:
<your machine>$su -
<your machine>$Password:
and go take a look at the log files that are outputted.
Launch a second copy of Terminal.app running in standard user mode (your account) and from the command line launch Safari, by typing in the name of the executable. The terminal will spit out error messages to inform you of any misgivings.
Within the standard log directory--most applications have that built-in--you will be able to see what is failing.
For instance, if you want to know what XFree86 messages are being produced usually an XFree86.log file will show up.
If I run KDE on Linux and application performance has changed during upgrades I run them via commandline and I check under /var/log to discover what might be the culprit.
If one chmods permissions that were not default or chown and chgrp structures of standard (base) installations expect your system to perform differently.
If Apple does this they tend to make notice of the changes in log files as well as Support Issues.
Research your system and how it works and you'll discover not only your skill base improving but just how exactly an UNIX-based Operating System actually works.
Java errors are typically stored within the application that is trying to access the JRE.
As an example, If I want to know how come Tomcat 4.1.28 is not running I check the log files under Tomcat's references.
What is happening for people who could careless about the underpinnings of this powerful operating system is simple: The greater the level of options, features, power, etc., that OS X brings the more will be required of it's user to better understand it.
Now Apple does a wonderful job of reducing that need to a minimum but the law of diminishing returns will creep up eventually and you can either complain and not learn or constructively criticise and learn, offering solutions.