- This topic has 2 replies, 3 voices, and was last updated 19 years, 10 months ago by
geomer.
-
AuthorPosts
-
fparrottMemberHi,
I’m using ./EnterpriseWorkbenchInstaller_030804_3.1M7Beta.bin installer, get the following error:
/scratch> ./EnterpriseWorkbenchInstaller_030804_3.1M7Beta.bin
Preparing to install…
tail: `-1′ option is obsolete; use `-n 1′
Try `tail –help’ for more information.
./EnterpriseWorkbenchInstaller_030804_3.1M7Beta.bin: line 327: [: `)’ expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive…
Configuring the installer for this system’s environment…Launching installer…
The java class is not found: com/zerog/lax/LAX
I’ve tried other suggestions on this fourm for a similar problem, but nothing seems to work. I setup my PATH variable so that my java installation is first in the path, and invoke the installer, but get the same error.
/scratch> echo $PATH
/usr/java/jdk1.5.0_03/bin:/usr/bin:/usr/atria/bin:/router/bin:/usr/atria/bin:/usr/local/etc:/users/fparrott/bin:/usr/sbin:/sbin:/usr/cisco/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/X11R6/bin
/scratch>
/scratch>
/scratch> java -version
java version “1.5.0_03”
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_03-b07)
Java HotSpot(TM) Client VM (build 1.5.0_03-b07, mixed mode, sharing)
/scratch>
/scratch> uname -a
Linux fparrott-hp.cisco.com 2.4.21-27.0.1.ELsmp #1 SMP Mon Dec 20 18:47:45 EST 2004 i686 i686 i386 GNU/Linux
/scratch>
/scratch> ./EnterpriseWorkbenchInstaller_030804_3.1M7Beta.bin
Preparing to install…
tail: `-1′ option is obsolete; use `-n 1′
Try `tail –help’ for more information.
./EnterpriseWorkbenchInstaller_030804_3.1M7Beta.bin: line 327: [: `)’ expected, found -z
WARNING! The amount of /tmp disk space required and/or available
could not be determined. The installation will be attempted anyway.
Extracting the installation resources from the installer archive…
Configuring the installer for this system’s environment…Launching installer…
The java class is not found: com/zerog/lax/LAX
I’m assuming this is a problem with the InstallAnywhere, and my linux distro. Kernel:2.4.21-27.0.1 Linux: Red Hat Enterprise Linux AS release 3 (Taroon Update 3).
It there a “classpath” variable I need to setup? Any idea what it might be?
Thanks for the help,
frank
Scott AndersonParticipantFrank,
The installer “figures out” which JVM it should use, rather than using your path settings. It’s like likely not doing a very good job.
Here’s a link to a thread that explains how to set it up on Linux to force a JDK to be used:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-7283.htmlAlternatively, it’s likely easier to simply download our manual installation (in the downloads section) and follow the simple manual
installation instructions contained in the distribution and also available here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3424.html
geomerMemberAnyway it would we be nice to fix the tail bug, ie use tail -n 1 instead of tail -1 with modern version of tail
-
AuthorPosts