由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Re: access host file in applet
相关主题
愣是笨到家----整不明白applet的pathjava applet读网络文件的问题
Re: 关于APPLET的IO问题Local file access issue with Applet
Authenticated Applet Doesn't Show in VBApp求救!! HTML Embeded Java Applet File I/O
Re: Display, edit, and save Image on HTMHow to find cached jar file?
问java applet的问题How to write a file to the same directory of the class file?
Java笔试题分享-NetworkingJMF and AVI
Java Resource一问Re: How to write to a file on server in an applet?
applet如何从jar:file:或者jar:http:读入文件a question regarding applet
相关话题的讨论汇总
话题: applet话题: files话题: file话题: supporting话题: host
进入Java版参与讨论
1 (共1页)
m*****e
发帖数: 126
1
Applet is subject to security restrictions and usually can not
access files on client. There are sevetal things you are do.
(1) You can pack the supporting files into a 'jar' file and use
the 'archive' attribute in the html code to load the files.
(2) Applet is able to make network connections to the host machine
where it come from. You can read supporting files from a URL.
I think the first method is good for loading a few image files.
The second one is useful when you have many supporting file
1 (共1页)
进入Java版参与讨论
相关主题
a question regarding applet问java applet的问题
赶快帮帮我!Java笔试题分享-Networking
再问个java的蠢问题,别骂我Java Resource一问
为什么我这个html找不到applet class?applet如何从jar:file:或者jar:http:读入文件
愣是笨到家----整不明白applet的pathjava applet读网络文件的问题
Re: 关于APPLET的IO问题Local file access issue with Applet
Authenticated Applet Doesn't Show in VBApp求救!! HTML Embeded Java Applet File I/O
Re: Display, edit, and save Image on HTMHow to find cached jar file?
相关话题的讨论汇总
话题: applet话题: files话题: file话题: supporting话题: host