From owner-freebsd-questions Fri Jun 26 00:10:26 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21071 for freebsd-questions-outgoing; Fri, 26 Jun 1998 00:10:26 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from mail.herrenberg.netsurf.de (mail.Herrenberg.netsurf.de [194.163.121.2]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id AAA21066 for ; Fri, 26 Jun 1998 00:10:21 -0700 (PDT) (envelope-from danielh@herrenberg.netsurf.de) Received: from herrenberg.netsurf.de (port-095.herrenberg.netsurf.de [194.163.121.95]) by mail.herrenberg.netsurf.de (8.6.12/8.6.12) with ESMTP id JAA06827; Fri, 26 Jun 1998 09:08:50 +0200 Message-ID: <35934A22.89FC436A@herrenberg.netsurf.de> Date: Fri, 26 Jun 1998 09:13:38 +0200 From: Danielh X-Mailer: Mozilla 4.05 [en] (X11; I; FreeBSD 2.2.6-RELEASE i386) MIME-Version: 1.0 To: Doug White , questions@FreeBSD.ORG Subject: ICQ problems again... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG HI The script allways had execute permission, but I still get this weird 'permission denied' message. I guess it has something to do with the jdk (1.1.5), but anyway here is the ICQ script: #!/bin/sh /usr/local/java/bin -classpath /root/ICQJava/ICQ.jar:/root/ICQJava Mirabilis.ICQ.NetAware.CNetAwareApp -path /root/ICQJava (Last two lines should be one line) The JDK is in /usr/local/java ICQ is in /root/ICQJava I've also installed ding (which is similar to ICQ) but allways get the same problem. THX for any help Daniel Haischt aka CyberOdin Doug White wrote: > Is that a script? If so, you need to add execute permissions to it: > > chmod +x ICQ > > Doug White | University of Oregon > Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant > http://gladstone.uoregon.edu/~dwhite | Computer Science Major > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message