Image in Browser
-
Hi I have tried to put som images on my applet. This works fin in the appletviewer but when i try to view it in a Browser no images i shown. Can someone tell my why ? Best regards Lars
-
Hi I have tried to put som images on my applet. This works fin in the appletviewer but when i try to view it in a Browser no images i shown. Can someone tell my why ? Best regards Lars
Hei it might be because appletviewer is configured to use the vertual machine , which sun ships with the JAVA interpriter . However the browser (i think u using internet explorer)has inbuild virtual machine,JVM 1.0 . Ur code uses Newer classes , i.e. java 1.2.0 and above. solution : :-O 1. use older classes 2. use java pluggin . if u have any doubts , mail me at pushp_i@hotmail.com and put subject as 'codeproject' i am pushpi from india
-
Hi I have tried to put som images on my applet. This works fin in the appletviewer but when i try to view it in a Browser no images i shown. Can someone tell my why ? Best regards Lars