java mail API

1999-11-01 Thread John Louis
hi,   I would like to know that JAVA MAIL API can run on linux or not?   Thanks     Louis

Simple question: Setup CLASSPATH

1999-11-03 Thread John 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

Re: NEW JDK RELEASE!

1999-11-27 Thread John Louis
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öÿ–)îÇúު笷øÚ½¯

Problem in running Jdk1.2.2rc2 Demo on redhat 6.1

1999-11-30 Thread John Louis
he problem?     Cheers            /\  \|/  /\   |\\_;=._//|    \."   "./    `/^\ /^\` .'``",/ |@| |@| \,"``'.     /   ,  `'\.---./'`  ,   \   /`  /`\,."( o o )".,/`\  `\   /` ( '.'-.-'.' ) `\   /"` "._  :  _." `"\   

JAVA_HOME

2000-04-05 Thread John Louis
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

Re: JAVA_HOME

2000-04-06 Thread John Louis
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

Re: JAVA_HOME

2000-04-06 Thread John Louis
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