Hello every body readers,
and a Happy Christmas from me in Sweden.
I installed latest JRE "jre1.5.0_01".
Had to uninstall and use Microsoft java instead, AGAIN.
Those who said to me in past: "Use IE Java. Works better" was probably right.
As now Sun Java only occupies a considerable amont of space in my PC.
You will probably ask me to re-write my HTMLs to fit JRE.
Suppose IExplorer6 wasn't backwards compitable with HTML-pages.
Most .html pages in world would have to be re-written!!!!!!!!!
JRE makes error when trying to update MyClass.class.
"at DJClock.update(E:\Msdev\projects\DJClock\DJClock.java:552)"
A leftover from development stage of this software.
Well!
And this you offer millions of poor users around the world to download?????
Maybe you will not recognize this fault,
and try some political jargong 'we never do anything bad" non-excuse.
I would simple say: "we are very sorry!" to all potential users reading this thread.
We humans are NOT perfect. When try to appear perfect, we deny the truth.
And we would not be credible in fellow men's eyes.
Isn't it pathetic hear someone say:
"I did not have seex with that woman"
when it is obviously a big lie. :D :D
I hope you're human at this developers site.
I have a slight hope some few around here
are not only "living effective programming robot machines".
Regards and thanks for your FREE, although not working software
/halojoy - Sweden 2004-12-29
-----------------------------------------
FACTS follows:
In my htdocs:
----------------------------------------------------------------------------------------
APP1-folder
MyClass.class
index.html(<applet codebase="." code="MyClass.class"</applet>)
APP2-folder
MyClass.class
index.html(<applet codebase="." code="MyClass.class"</applet>)
----------------------------------------------------------------------------------------
Uses same class, but I have copy at 2 places.
First applet will run correctly.
Second applet will generate following message:
Exception in thread "AWT-EventQueue-13" java.lang.NullPointerException
at sun.font.FontDesignMetrics.stringWidth(Unknown Source)
at DJClock.update(E:\Msdev\projects\DJClock\DJClock.java:552)
at sun.awt.RepaintArea.updateComponent(Unknown Source)
at sun.awt.RepaintArea.paint(Unknown Source)
at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)
at java.awt.Component.dispatchEventImpl(Unknown Source)
at java.awt.Container.dispatchEventImpl(Unknown Source)
at java.awt.Component.dispatchEvent(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)