Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 1998 19:07:19 +0200 (CEST)
From:      Malte Lance <malte@webmore.com>
To:        Daniel Haischt <danielh@herrenberg.netsurf.de>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   RE: ICQJava
Message-ID:  <XFMail.980621190719.malte@webmore.com>
In-Reply-To: <98062110121100.00437@ABYSSTWO.abyssworld.org>

next in thread | previous in thread | raw e-mail | index | archive | help
First of all:
  If you don't need to use ICQ then DO NOT use it !!!
  It is a security-pig.
  Have a look at rootshell.com

Now to your problem:

Assume you are user malte and your homedirectory is /home/malte and your
ICQ-distribution is /home/malte/icq.tar.gz
cd /home/malte
mkdir ./ICQJava
mv ./icq.tar.gz ./ICQJava
cd ./ICQJava
tar -zxvf ./icq.tar.gz
echo '#!/bin/sh' >./ICQ
echo '/usr/local/jdk1.1.5/bin/java -classpath /home/malte/ICQJava/ICQ.jar:/home/
malte/ICQJava Mirabilis.ICQ.NetAware.CNetAwareApp -path /home/malte/ICQJava' >>.
/ICQ

Last one is 1 (one) line !
Thats what the installation-script does.

Malte.

On 21-Jun-98 Daniel Haischt wrote:
> HIYA
> 
> Who of u got the Java version of ICQ working???
> 
> First of all i downloaded the JDK 1.1.5 from http://freebsd.org/java/ and
> installed it successfully.
> 
> After that ICQ wants me to set some variables in its installation script.
> I set the variables as seen below:
> 
> JAVA_HOME="/usr/local/jdk1.1.5"
> JAVA_EXEC="$JAVA_HOME/bin/java"
> JAVA_CLASSES="$JAVA_HOME/lib/classes.zip"
> 
> Now here comes my problem....
> 
> Each time I want to install ICQ an err occures which says that there is no
> JAVA
> executable or the executable path my be wrong.
> 
> Who can help me in this case, if put a wrong Java executable path in the
> installation script, pleas tell me whats the right path.
> 
> THANX FOR EACH HELPFULL TIP
> 
> Bye, Daniel Haischt aka CyberOdin
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message

----------------------------------
E-Mail: Malte Lance <malte@webmore.com>
Date: 21-Jun-98
Time: 18:50:35
----------------------------------

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980621190719.malte>