The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #7 (permalink)  
Old 01-30-2008
mncduffy mncduffy is offline
Registered User
 

Join Date: Jan 2008
Posts: 5
infodba is the owner

When I run:
ls -ld /export/home/data

I get:
drwxrwxrwx 3 root 512 Jan 29 12:45 /export/home/data

When I run:
ls -ld /export/home/data/SoftwareSource/TcEng2005SR1

I Get:
drwxr-xr-x 12 infodba 512 Jan 29 12:45 /export/home/data/SoftwareSource/TcEng2005SR1

When I run:
ls -ld /export/home/data/SoftwareSource/TcEng2005SR1/install

I get:
drwxr-xr-x 7 infodba 1536 Jul 11 2006 /export/home/data/SoftwareSource/TcEng2005SR1/install

This is not a SPARC processor, it is an Intel X86 version of Solaris

When I run:
/export/home/data/SoftwareSource/TcEng2005SR1/install/jre/bin/java -version

I get:
ksh: /export/home/data/SoftwareSource/TcEng2005SR1/install/jre/bin/java: cannot execute

Is the problem the processor type?

Thanks again for all of the help on this one!
Reply With Quote