[2726] in java-interest

home help back first fref pref prev next nref lref last post

Re: Displaying a GIF

daemon@ATHENA.MIT.EDU (Jim Graham)
Wed Oct 11 23:48:57 1995

Date: Wed, 11 Oct 1995 19:05:28 -0700
From: flar@bendenweyr.Eng.Sun.COM (Jim Graham)
To: hotjava-interest@java.Eng.Sun.COM, java-interest@java.Eng.Sun.COM,
        mikea@ai.mit.edu


> 	I am attempting to display a gif in a simple applet.  I have
> 
> However, nothing displays.  All previous and following lines work
> fine.  Any ideas why?

The URL you use:

	C:\\hotjava\\......

is incorrect.  Try:

	file:c:/hotjava/...

Use forward slashes and use a "file:" at the front of the URL to indicate
that the URL is a file rather than an HTTP or FTP connection...

				...jim
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post