20th Anniversary
  ȸ¿ø°¡ÀÔ   ȸ¿øÃ£±â
  ID PW
 
  ¼³Ä¡/Ãʺ¸
  ½Ã½ºÅÛ °ü¸®
  ³×Æ®¿öÅ©
  ¾îÇø®ÄÉÀ̼Ç
  ±âŸ
  ÀÌÀü ¼Ö¶ó¸®½º ¼³Ä¡ °ü·Ã
  ÀÌÀü ¾îÇø®ÄÉÀÌ¼Ç °ü·Ã
  ÀÌÀü ³×Æ®¿÷ °ü·Ã
  ÀÌÀü ±âŸ
 

   Á¦ ¸ñ : classpath ¼³Á¤ÈÄ..Àû¿ë¾î¶»°Ô Çϳª¿ä?
   ÀÛ¼ºÀÚ : À̰æÀº ³¯Â¥ : 2003-01-27
   ºÐ·ù : ¼³Ä¡/Ãʺ¸ Á¶È¸¼ö : 2049

¼Ö¶ó¸®½º¿¡ ´ëÇØ¼­ ¾Æ¹«°Íµµ ¸ð¸£´Â Ãʺ¸Àä..
jsp¸¦ »ç¿ëÇϱâ À§Çؼ­ Ŭ·¡½ºÆÐ½º¸¦ Àâ¾ÆÁà¾ßÇϴµ¥..
/etc/profile ¿¡ ¼³Á¤À» Çß½À´Ï´Ù.
±Ùµ¥ source ·Î Àû¿ëÇÏ·Á´Ï ¿¡·¯°¡ ¶°¼­ Àû¿ëÀÌ ¾ÈµÇ³×¿©..
(¼±ÆÅ¿¡ csh¾¹´Ï´Ù.)
¾Æ·¡¿Í °°ÀÌ ¿¡·¯°¡ ¶å´Ï´Ù.

trap: Command not found
JAVA_HOME: Command not found
export: Command not found
RESIN_HOME: Command not found
export: Command not found
Variable syntax

¿Ö ±×·±Áö...¤Ð.¤Ð
Á¦°¡ Âü°í·Î profile ³»¿ëÀ» º¸¿©µå¸±²²¿ä

#ident \\\"@(#)profile 1.18 98/10/03 SMI\\\" /* SVr4.0 1.3 */

# The profile that all logins get before using their own .profile.

trap \\\"\\\" 2 3


JAVA_HOME = /usr/local/j2sdk1_3_1_06; export JAVA_HOME
RESIN_HOME = /usr/local/resin-2.1.5; export RESIN_HOME
PATH = $PATH:$JAVA_HOME/bin:$RESIN_HOME/bin

CLASSPATH = $CLASSPATH:$JAVA_HOME/lib/tools.jar:$RESIN_HOME/lib

#export LOGNAME PATH
export LOGNAME PATH CLASSPATH


if [ \\\"$TERM\\\" = \\\"\\\" ]
then
if /bin/i386
then
TERM=sun-color
else
TERM=sun
fi
export TERM
fi

# Login and -su shells get /etc/profile services.
# -rsh is given its environment in its .profile.

case \\\"$0\\\" in
-sh | -ksh | -jsh)

if [ ! -f .hushlogin ]
then
/usr/sbin/quota
# Allow the user to break the Message-Of-The-Day only.
trap \\\"trap \\\'\\\' 2\\\" 2
/bin/cat -s /etc/motd
trap \\\"\\\" 2

/bin/mail -E
case $? in
0)
echo \\\"You have new mail.\\\"
;;
2)
echo \\\"You have mail.\\\"
;;
esac
fi
esac

umask 022
trap 2 3

²À ´äº¯ÇØÁÖ¼¼¿ä..¤Ð.¤Ð

[¸ñ·Ïº¸±â]  [Ãâ·Â]  


[ °ü·Ã±Û º¸±â ]
¹øÈ£ Á¦¸ñ ÀÛ¼ºÀÚ µî·ÏÀÏ Á¶È¸¼ö
1    classpath ¼³Á¤ÈÄ..Àû¿ë¾î¶»°Ô Çϳª¿ä? À̰æÀº 2003-01-27 2049
2    Âü°íÇϼ¼¿ä. ±è±âÅ 2003-01-27 1667
  »çÀÌÆ® ¼Ò°³  |  ¿¬¶ôó  |  »çÀÌÆ® ¸Ê  |  À̸ÞÀÏÁÖ¼Ò ¹«´Ü ¼öÁý °ÅºÎ Copyright (c) 2021 Solaris School. All rights reserved.