thanks Mark this for me to the next step :-)

On Saturday, 2 November 2013 16:41:27 UTC-7, Eric Fennell wrote:
>
> Hey Mark, 
>
> I had some troubling getting Neo4j up and running on a fresh OS X 10.9 
> install.   After it complained about the 1.6 jvm, I went and downloaded and 
> installed the 1.7 jre, and even manually updating my path as Fisnik 
> described didn't really seem to help.   I still got some warning about 
>  missing flags, and  Neo4j failed to start.   
>
> That's when I noticed in the oracle docs that:
> "Installing a JRE from Oracle will *not* update java -version symlinks or 
> add java to your path. To be able to do this, you need to install the 
> JDK."
> (http://docs.oracle.com/javase/7/docs/webnotes/install/mac/mac-jre.html)
>
> So, I installed the proper jdk from here, 
> http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html,
> and then was able to start Neo4j without any issues.  Just kinda worked. 
>
> Still pretty new to all this, but hope it helps some. 
>
> Thanks,
> Eric  
>
> On Friday, 1 November 2013 05:56:27 UTC-5, Mark Needham wrote:
>>
>> Hi Fisnik, 
>>
>> Could you quickly run this command from your terminal and paste the 
>> results? 
>>
>> /usr/libexec/java_home -V 
>>
>> e.g. for me 
>>
>> $ /usr/libexec/java_home -V 
>> Matching Java Virtual Machines (3): 
>>     1.7.0_21, x86_64: "Java SE 7" 
>> /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home 
>>     1.6.0_45-b06-451, x86_64: "Java SE 6" 
>> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home 
>>     1.6.0_45-b06-451, i386: "Java SE 6" 
>> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home 
>>
>> /Library/Java/JavaVirtualMachines/jdk1.7.0_21.jdk/Contents/Home 
>>
>> I'm wondering whether JRE installations don't get shown on this 
>> list...because AFAIK by default on a Mac you have the 1.6 JDK whereas 
>> the default Java installation for 1.7 is to use JRE. 
>>
>> If that's the case we need to figure out how to tell Neo4j where the 
>> JRE is installed. 
>>
>> Mark 
>>
>> On 1 November 2013 00:13, Fisnik Shpuza <[email protected]> wrote: 
>> > You are right Wes...thos happened on a frsh install. The problem is at 
>> the 
>> > "space" found in the java home path on v 7 that tje neo script 
>> complained 
>> > about.. 
>> > 
>> > On Oct 31, 2013 1:01 PM, "Wes Freeman" <[email protected]> wrote: 
>> >> 
>> >> It seems as though if you upgrade to Mavericks AND already have Java 7 
>> >> installed, Neo4j works out of the box. 
>> >> 
>> >> We had trouble in the tutorial where the java_home trick didn't work 
>> on 
>> >> Tuesday. It wasn't showing the 1.7 install even after successfully 
>> >> installing. I'm not sure what the problem was--we didn't resolve it. 
>> >> 
>> >> Thanks for posting Fisnik. 
>> >> 
>> >> Wes 
>> >> 
>> >> On Thu, Oct 31, 2013 at 12:24 PM, Michael Hunger 
>> >> <[email protected]> wrote: 
>> >>> 
>> >>> Actually it should be enough to use: 
>> >>> 
>> >>> export JAVA_HOME=`/usr/libexec/java_home -v 1.7` 
>> >>> bin/neo4j start 
>> >>> 
>> >>> Am 31.10.2013 um 16:58 schrieb Fisnik Shpuza <[email protected]>: 
>> >>> 
>> >>> I had a lot of problems installing neo4j-community-2.0.0-M06 on my 
>> Mac 
>> >>> running Mavericks. 
>> >>> 
>> >>> I am sharing here the steps I followed to fix some issues along the 
>> way. 
>> >>> 
>> >>> install java 7 from oracle 
>> >>> http://www.java.com/en/download/faq/java_mac.xml 
>> >>> create symbolic link to this path. This is required as the Neo4j 
>> start 
>> >>> script will not like the spaces in the path of the java home. 
>> >>> 
>> >>> ln -s /Library/Internet\ 
>> Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/ 
>> >>> JavaHome 
>> >>> 
>> >>> Update the bash profile on Maverics (new location for this one) 
>> >>> 
>> >>> sudo vim ~/.bash_profile 
>> >>> export JAVA_HOME="<your path to the new symbolic link>/JavaHome" 
>> >>> 
>> >>> Download neo4j-community-2.0.0-M06 and copy it to your favorite path 
>> mine 
>> >>> is "/usr/local/opt/neo2.0" 
>> >>> Run the "/usr/local/opt/neo2.0/bin/neo4j start" command 
>> >>> 
>> >>> Done. 
>> >>> 
>> >>> 
>> >>> -- 
>> >>> You received this message because you are subscribed to the Google 
>> Groups 
>> >>> "Neo4j" group. 
>> >>> To unsubscribe from this group and stop receiving emails from it, 
>> send an 
>> >>> email to [email protected]. 
>> >>> For more options, visit https://groups.google.com/groups/opt_out. 
>> >>> 
>> >>> 
>> >>> -- 
>> >>> You received this message because you are subscribed to the Google 
>> Groups 
>> >>> "Neo4j" group. 
>> >>> To unsubscribe from this group and stop receiving emails from it, 
>> send an 
>> >>> email to [email protected]. 
>> >>> For more options, visit https://groups.google.com/groups/opt_out. 
>> >> 
>> >> 
>> >> -- 
>> >> You received this message because you are subscribed to a topic in the 
>> >> Google Groups "Neo4j" group. 
>> >> To unsubscribe from this topic, visit 
>> >> https://groups.google.com/d/topic/neo4j/CwYKne8A9kk/unsubscribe. 
>> >> To unsubscribe from this group and all its topics, send an email to 
>> >> [email protected]. 
>> >> 
>> >> For more options, visit https://groups.google.com/groups/opt_out. 
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups 
>> > "Neo4j" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an 
>> > email to [email protected]. 
>> > For more options, visit https://groups.google.com/groups/opt_out. 
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to