icons and jar file
692965Jun 1 2010 — edited Jun 2 2010hello,
i'm working with forms 10g with JRE and i want applet to use icons on client side to limit network trafic.
so
- i made a .jar file with my gif files,
- i modified my formsweb.cfg file. i added archive=icons.jar and added one line: imagebase=codebase
if i look on the java console, i can see that my file icons.jar is properly loaded on the client machine.
The problem is that, when i use my program, i can see lines of this type:
'image chargee': http://.../incons.jar!dup.gif
So i wonder if my icons are really those on the client or reloaded from server !
Can anybody answer this question
Thanks a lot