Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

how to retrieve images from the server system

Hi,

I am using tomcat. when click an link in my application, it will inovke the swing application...

in that swing i have to retrieve the images from the server where i my tomcat is running...

but it retrieves from the local system images when u accessed in the another system.

How to retrieve the images from the server when it access from the other system.

Thanks
[410 byte] By [devteam] at [2007-11-11 7:52:33]
# 1 Re: how to retrieve images from the server system
If the swing application you refered to is applet?
jetbrains at 2007-11-11 22:37:11 >
# 2 Re: how to retrieve images from the server system
Try this example, http://www.java.codeyourself.com/Download.php?ID=26 , let me know if thats what ur looking for.
major at 2007-11-11 22:38:05 >