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
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
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
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
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