¾ÖÇø´ º¸¾È ¹®Á¦ÀÇ Â÷ÀÌÁ¡


[ Follow Ups ] [ Post Followup ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]

Posted by À±°æ±¸ on September 19, 1997 at 18:00:47:

In Reply to: [Áú¹®]applet¿¡¼­ Client(PC)ÀÇ File Read/Write posted by ¹é½Â¿ë on September 19, 1997 at 17:39:21:

´ÙÀ½Àº ÀÚ¹Ù »çÀÌÆ®¿¡ ÀÖ´Â FAQ Áß ÇϳªÀÔ´Ï´Ù.
º¸¸é ¾Ë°ÚÁö¸¸ ·ÎÄà ÆÄÀÏÀ» ºÒ·¯¿À´õ¶óµµ ¾ÖÇø´ºä¾î(AL·Î Ç¥½Ã)´Â Çã¿ëÇÏÁö¸¸
³Ý½ºÄÉÀÌÇÁ(NL·Î Ç¥½Ã)´Â Çã¿ëÇÏÁö ¾Ê½À´Ï´Ù.
Ç¥¿¡¼­ µÎ¹ø° °æ¿ì(read file in /home/me,acl.read=/home/me)¸¦ º¸½Ê½Ã¿À.


16. Is there a summary of applet capabilities?

The following table is not an exhaustive list of applet capabilities. It's meant to answer the questions we hear most often about what applets can and cannot do.

Key: NN: Netscape Navigator 2.x, loading applets over the Net NL: Netscape Navigator 2.x, loading applets from the Local file system AN: Appletviewer, JDK 1.x, loading applets over the Net AL: Appletviewer, JDK 1.x, loading applets from the Local file system JS: Java Standalone applications

Stricter ------------------------> Less strict

NN NL AN AL JS

read file in /home/me, no no no yes yes acl.read=null

read file in /home/me, no no yes yes yes acl.read=/home/me

write file in /tmp, no no no yes yes acl.write=null

write file in /tmp, no no yes yes yes acl.write=/tmp

get file info, no no no yes yes acl.read=null acl.write=null

get file info, no no yes yes yes acl.read=/home/me acl.write=/tmp

delete file, no no no no yes using File.delete()

delete file, no no no yes yes using exec /usr/bin/rm

read the user.name no yes no yes yes property

connect to port no yes no yes yes on client

connect to port no yes no yes yes on 3rd host

load library no yes no yes yes

exit(-1) no no no yes yes

create a popup no yes no yes yes window without a warning





Follow Ups:



À̾ ±Û¿Ã¸®±â(´äÇϱâ)

À̸§:
E-Mail:
Á¦¸ñ:
³»¿ë:
°ü·Ã URL(¼±ÅÃ):
URL Á¦¸ñ(¼±ÅÃ):
°ü·Ã À̹ÌÁö URL:


[ Follow Ups ] [ Post Followup ] [ ÀÚ¹Ù ¹¯°í ´äÇϱâ ]