tags:

views:

24

answers:

0

Hi guys, I am currently using an eclipse ganymede IDE to write and compile my code. I want to import and display a .jpg picture on a java server page. The picture displays successfully when I compile my code and run it on my eclipse web browser, but, the picture is not displayed when I type the same url on Internet explorer address bar. All the data gets displayed except the picture.

I find this very weird because, eclipse uses an Internet Explorer browser.

I even tried creating a .war file of my entire project and tried running it separately on a apache tomcat server and the same thing happens. The picture file does not get displayed on the IE web browser.

Can someone tell me what my problem could be? Do I have to enable any settion on Internet Explorer? or do I have to write a few lines of code in my jsp for IE to recognize the jpg picture? Thanks!