|
|
|
Á¦ ¸ñ :
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
²À ´äº¯ÇØÁÖ¼¼¿ä..¤Ð.¤Ð
|
[ °ü·Ã±Û º¸±â ]
|
 |