java - Applets opening separate consoles, driving me crazy. Leading to other issues -
Can a plugin cause the applet in a cached jar to open a separate Java console? I have 3 applets for a DDE server / client, which first loads the required files, the second server starts and the third customer initiates the client to send commands to the desktop app. The first and third applets are printed in the console and the second opens its own console.
This is causing problems in the form of unbalanced links as the original DD Client Library is being used simultaneously.
I know this is not much to move forward, but I'm stumped.
UPDATE When I use JS Alert in the ASPT home in the JSP page the problem is fixed, see below.
1) index.jsp contains an applet tag for the InstallDDEFiles
applet, cached plugin. When the InstallDDEFiles
applet confirms that the required DDE libraries are placed in JRE, it sets a frequency variable installed = true
.
2) $ (in the document)) .What do I call for InstallDDEFiles
getter installed
, and if true, then I < Add source to an iframe on the page with the applet tag for code> DDester with document.getElementByID (). Src = ''
DDester
applet is in the same jar because InstallDDEFiles
.
The following are the following results in opening different Java consoles, which dissatisfied link enters
in the next process when I try to load the DLL for DDE. Now, if I add a warning () with the result of InstallDDEFiles.isInstalled ()
, then immediately after calling it, the applet is printed in the same console, and I dissatisfied I do not get the link
I usually get the correct value of true
if I log in only the results of the installed ()
call Appears, but I still get 2 consoles and still get link error.
Comments
Post a Comment