function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
htdevhtdev 

help with scontrol and java applet

Hi,

I'm a new developer, so this might be a silly question. I have created a Web Integration Link which uses scontrol, which in turn call a Java Applet. The applet runs fine locally on my labtop, but it is not showing up on the site.
Here is my html code for my scontrol object:





where in place of xxx I have put my applet class file, and also tried {!Scontrol_URL}.

Can someone please help? Any suggestions would be greatly appreciated.

Han
fouloxfoulox
Make this your archive line: archive=" {!Scontrol_JavaCodeBase}{!Scontrol_JavaArchive}"
htdevhtdev
That works.
Thanks,
htdev



foulox wrote:
Make this your archive line:archive=" {!Scontrol_JavaCodeBase}{!Scontrol_JavaArchive}"

ArvindArvind

Hi,

Is it required that the applet being used in an scontrol needs to be signed. The applet I have created works in my machine but does not work on the server.  I have added the archive=" {!Scontrol_JavaCodeBase}{!Scontrol_JavaArchive}"  line to my html code, but the applet does not load. Please help.

- Arvind