I apologize, it\'s been a couple of years since I have a touched a unix-style OS. Where is the system-wide .profile stored on the Sharp ROM? That could solve my problem just as well. The variable I am trying to add is CLASSPATH for compiling Java source.
Here is my .profile from /home/root:
# %ENV;
HISTFILE=/home/root/.bash_history
HOME=/home/root
QTDIR=/home/QtPalmtop
QPEDIR=/home/QtPalmtop
PATH=/root/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:$QPEDIR/bin
LD_LIBRARY_PATH=$QTDIR/lib
PS1=\"# \"
OPERA_DIR=$QPEDIR/opera
CLASSPATH=/usr/local/java/rt.jar
export HISTFILE HOME QTDIR QPEDIR PATH LD_LIBRARY_PATH PS1
export OPERA_DIR CLASSPATH
Regards,