From owner-freebsd-java Tue Dec 11 20: 3:47 2001 Delivered-To: freebsd-java@freebsd.org Received: from chen.org.nz (tnt1-93.quicksilver.net.nz [202.89.142.93]) by hub.freebsd.org (Postfix) with ESMTP id C640137B416 for ; Tue, 11 Dec 2001 20:03:43 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id fBC458C17762 for freebsd-java@freebsd.org; Wed, 12 Dec 2001 17:05:08 +1300 (NZDT) (envelope-from jonc) Date: Wed, 12 Dec 2001 17:05:06 +1300 From: Jonathan Chen To: freebsd-java@freebsd.org Subject: Installing JBuilder 5 with native JDK1.3.1 Message-ID: <20011212170506.A16371@grimoire.chen.org.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, I'm trying to install JBuilder 5 (downloaded jb5_linux.tar.gz) using the native JDK 1.3.1 VM. After I've unpacked it, I try a: ./per_install.bin LAX_VM /usr/local/jdk1.3.1/bin/java the install appears to start up fine, but bombs when it tries to create "/lib/temp". Relevant debug logs: [...] InstallUninstaller size: 566 CDS: Free Disk Space in bytes == 257968128 CDS: Required Disk Space in bytes == 107140621 Setting install umask. /bin/sh -c umask 022 = 0 InstallUninstaller size: 566 Installer: Exception occurred while installing java.lang.Exception: Failed to create installDir /lib/temp at com.zerog.ia.installer.GhostDirectory.installSelf([DashoPro-V1.2-120198]) at com.zerog.ia.installer.Action.install([DashoPro-V1.2-120198]) at com.zerog.ia.installer.GhostDirectory.install([DashoPro-V1.2-120198]) at com.zerog.ia.installer.Installer.install([DashoPro-V1.2-120198]) at ZeroGj0.run([DashoPro-V1.2-120198]) [...] As far as I can work out, it isn't setting the install directory correctly, that's why it's attempting to install to "/lib" instead of "./lib". Any here managed to install this successfully? Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message