Re: Solaris

2015-11-06 Thread james pruett
I am installing maven on Solaris. (I am not confident of what shell I am in..) Anything I can think of is listed below. Thanks for helping! % echo $0 tcsh % env | grep SHELL SHELL=/bin/bash % set | grep -i shell shell /usr/bin/tcsh % env | grep JAVA JAVA_HOME=/usr % set | grep JAVA

Installing on Solaris

2015-11-06 Thread james pruett
Hi, I get this error. Any help appreciated. % mvn Error: could not find libjava.so Error: Could not find Java SE Runtime Environment. % env | grep -i CLASSPATH CLASSPATH=/export/home/e0857723/aaa_bonita/jdk17/jdk1.7.0_79/jre/lib/sparcv9 % ls -las $CLASSPATH/libjava.so 524 -rwxrwxrwx 1

Re: Installing on Solaris

2015-11-06 Thread james pruett
‘javac -version’ and it comes back with 1.7 or higher. > > Cheers, > > Greg Trasuk > http://www.webagesolutions.com > > > > On Nov 6, 2015, at 12:36 PM, james pruett <gpscru...@gmail.com> wrote: > > > > Hi, > > > > I get this error. Any hel

Re: Solaris

2015-11-04 Thread james pruett
point JAVA_HOME to ...whatever/jdk1.7.0_79/ > > Kind regards > Karl Heinz Marbaise > > On 11/4/15 8:27 PM, james pruett wrote: > >> I downloaded jdk1.7 binaries for Sparc 64bit. >> >> $ find . -name bin >> ./jdk1.7.0_79/bin >> ./jdk1.7.0_79/jre/bin >>

Re: Solaris

2015-11-04 Thread james pruett
This is all I can figure out as to what pieces of java my box has... Thanks for helping! $/usr/bin/javac -version javac 1.6.0_91 $ /usr/bin/java -version java version "1.6.0_91" Java(TM) SE Runtime Environment (build 1.6.0_91-b13) Java HotSpot(TM) Server VM (build 20.91-b07, mixed mode) $ ls

Re: Solaris

2015-11-04 Thread james pruett
I downloaded jdk1.7 binaries for Sparc 64bit. $ find . -name bin ./jdk1.7.0_79/bin ./jdk1.7.0_79/jre/bin Q: Do I just point JAVA_HOME to one of those? Thanks again! jim

Solaris

2015-11-04 Thread james pruett
Hi, I am compiling maven on Solaris. apache-maven-3.3-3.bin.tar.gz My environment is: echo $0 tcsh I get this error /apache-maven-3.3.3/bin % ./mvn ./mvn: syntax error at line 200: `(' unexpected line 200 says: local basedir=($pwd) Any help appreciated! Jim

Re: Solaris

2015-11-04 Thread james pruett
developers need to switch > their hashbang to #!/usr/bin/env bash or otherwise actually test against a > Bourne shell. > > On Wed, Nov 4, 2015 at 11:29 AM, Dan Tran <dant...@gmail.com> wrote: > > > you may want to link your /bin/sh to bash > > > > -D > >