Scheduled task fails to run applet when not logged in ?!?
Tech-Archive recommends: Fix windows errors by optimizing your registry
All,
I have a scheduled task that runs a remote applet (i.e. connect and
downloads applet via IE browser).
If I run the Scheduled Task when interactively logged in - it works
fine.
When I let the scheduler run the task (i.e. not logged in) - the
scheduled tasks runs and completes but the applet stops (i.e. basic:
Stopping applet... => as seen in JRE logs).
Has anyone seen this before? Haven't had any luck with coming up with
a fix yet.
Regards,
Patrick
.
Relevant Pages
- Re: browser screen capture with java applet
... the applet would be to do the job of the actual image capturing on each ... current browser window - if that's relevant. ... minimum Java version. ... (comp.lang.java.programmer) - Re: JavaScript not being blocked/synched by Applet init()
... Applet, I am more than a tad concerned about developments. ... browser = JSObject.getWindow;} ... var lclNum; ... lclNum = chan.getNum; ... (comp.lang.java.programmer) - Re: Applet mit einem Programm fernsteuern
... Ich finde es halt nunmal praktischer, die Ausgaben einer bestimmten Website direkt ins Programm einzulesen, statt zuerst den Browser anzuwerfen, die Ausgabe abzuspeichern und dann erst in mein Programm einzulesen. ... das du in eine Java-Anwendung ein reines Applet integrieren möchtest. ... Denn das fählt unter dem Punkt Daten-Diebstahl. ... (de.comp.lang.java) - Re: Java in Browser
... An unsigned applet can only access the host it is retrieved from. ... We want a browser to be our standard control interface, with each tab becoming a particular control function. ... Having said that, there is a real need for a standard Java app to be able to run in a browser tab, rather than independently. ... (comp.lang.java.programmer) - Re: Java in Browser
... I want someone to be able to download an app into c:\progs either manually or via an installer and then point their browser at it and run it in a tab with no restrictions. ... Security on a normally installed .exe, or Java desktop app is non-existent. ... You could develop a Java application that is designed to run as a Windows service, use a commercial installer to create a self-installing exe. ... The "home page" would serve up an applet that provides the GUI, the Applet would then communicate with the service in a proxy-like way to communicate with the LAN devices. ... (comp.lang.java.programmer) |
|