I was reporting a problem with the trouble-ticket system at IB and was told to upgrade my version of Java.
I don't see the java VM (javaw.exe) running in my process list, don't see any applet related to it in the java cache, and looking at the source of the pages, it all seems to be HTML and javascript. Yet, they insist it is Java-based.
I'm I nuts, or are they wrong? How can one be running a Java app without any sign of it in the process table or java cache?
I don't see the java VM (javaw.exe) running in my process list, don't see any applet related to it in the java cache, and looking at the source of the pages, it all seems to be HTML and javascript. Yet, they insist it is Java-based.
I'm I nuts, or are they wrong? How can one be running a Java app without any sign of it in the process table or java cache?
They are apparently confused. FWIW, I don't see any other j*.exe processes, and IE clearly should run the Sun JVM if it's installed anyway (which it does for any other java applet). Not really my field, but I looked closer at the source of the pages to confirm that it is, indeed, just using HTML and some local javascript, with no APPLET tags in sight, against an apparently PHP-based back-end.