Hi Experts,
I am using applet in my application. For java version 1.6.0.13 or lower, applet loads fine on client machine. But when client has higher version than applet load fails as it is not able to find applet jar on server machine.
On further analysis, I noticed that when I change java setting to direct connection through java console than than it works fine for all java versions. This issue happens when we have proxy connection setting on java console.
With proxy setting, connection to applet jar on server machine fails. Can you please suggest why this issue is happening with 1.6.14 and higher version. Also to resolve this, i want a code that does following things:
1. Forcefully downloads applet jars from server to client machine when user accesses application.
2. Changes java console setting to direct from proxy connection.
3. updates temp folder access on client machine to writable.
This is very urgent for me and I would really appreciate the expert who can crack this.