Re: [daemon] Problems with Java 7 on MacOS

2013-03-01 Thread Ted Dunning
I was afraid that the trick was too superficial. I just took a look and find that I have a more serious problem than yours ... $ jsvc > -bash: jsvc: command not found Good luck with the problem. On Fri, Mar 1, 2013 at 12:44 PM, Ian Emmons wrote: > > That is indeed a neat trick -- thanks for

Re: [daemon] Problems with Java 7 on MacOS

2013-03-01 Thread Ian Emmons
Ted, That is indeed a neat trick -- thanks for the tip. Unfortunately, it doesn't help with this problem. I had JAVA_HOME set correctly, but jsvc doesn't know how to find the JVM shared lib within it in the case where JAVA_HOME points to Oracle's Java rather than Apple's. Cheers, Ian On F

Re: [daemon] Problems with Java 7 on MacOS

2013-02-28 Thread Ted Dunning
This helps me when I need 1.7: $ export JAVA_HOME=$(/usr/libexec/java_home) This causes Oracle JDK to work from the command line for me. On Thu, Feb 28, 2013 at 11:08 AM, Ian Emmons wrote: > Mladen, > > On Feb 28, 2013, at 1:47 AM, Mladen Turk wrote: > > On 02/26/2013 08:47 PM, Ian Emmo

Re: [daemon] Problems with Java 7 on MacOS

2013-02-28 Thread Ian Emmons
Mladen, On Feb 28, 2013, at 1:47 AM, Mladen Turk wrote: > On 02/26/2013 08:47 PM, Ian Emmons wrote: >> I am having trouble running commons daemon 1.0.13 on MacOS 10.8.2 with Java >> 7: >> >> However, with Java 1.7 this folder does not exist. Instead, jsvc should be >> trying to load this shar

Re: [daemon] Problems with Java 7 on MacOS

2013-02-27 Thread Mladen Turk
On 02/26/2013 08:47 PM, Ian Emmons wrote: I am having trouble running commons daemon 1.0.13 on MacOS 10.8.2 with Java 7: However, with Java 1.7 this folder does not exist. Instead, jsvc should be trying to load this shared library: $JAVA_HOME/jre/lib/server/libjvm.dylib If I change JAVA