hi,
I would like to know that JAVA MAIL API can run on
linux or not?
Thanks
Louis
Hi,
I download javamail API, and copy mail.jar to
jdk1.2/lib directory. I add the CLASSPATH in my
.bash_profile :
CLASSPATH=/jdk1.2/lib/mail.jar
After that, I compile the demo file, and it give me error :
Package javax.mail not found in import
I'm not sure how to set the c
Hi,
I read the mail and your guys said there is a rc2, but I cant find it, pls tell me
where to download.
I download rc1 from this address:
ftp://ftp.uk.linux.org/pub/linux/java/JDK-1.2.2/i386/rc1/
John
ôèPÔ
ÿzf¢Ú#jöÿ)îÇúު笷øÚ½¯
he problem?
Cheers
/\ \|/
/\
|\\_;=._//|
\."
"./
`/^\ /^\` .'``",/ |@| |@|
\,"``'. / ,
`'\.---./'` , \
/` /`\,."( o o )".,/`\ `\
/` ( '.'-.-'.' )
`\ /"` "._
: _."
`"\
Hi,
I installed IBMJava118-JRE-1.1.18 on my redhat
system, and set all the path & classpath. The JAVA_HOME I set to
/usr/jre118/bin, and I'm try to install IBMWebAS-core-2.03-1.i386.rpm
using rpm -ivh. It give me the error:
Cannot find where java is installed on this system.
Please
Hi,
I set my JAVA_HOME = /usr/jre118/, and
using rpm -ivh --nodeps, still got the same error.
Louis
- Original Message -
±H¥óªÌ: Riyad Kalla
¦¬¥óªÌ: John Louis
¶Ç°e¤é´Á: 2000¦~4¤ë6¤é
¥D¦®: Re: JAVA_HOME
I'm pretty sure JAVA_HOME should be the base of
Hi,
I just install IBM JDK1.1.8, and set my .bash_profile like:
JAVA_HOME=/usr/jdk118
PATH=$PATH:$HOME/bin:/usr/jdk118/bin
ENV=$HOME/.bashrc
CLASSPATH=/usr/jdk118/lib
export ENV PATH
export CLASSPATH=$JAVA_HOME/lib/classes.zip:$CLASSPATH
mesg n
I try to compile jdk118 demo, and run it, its wor