Thanks, Michael. I had resigned myself to thinking I was going to have to uninstall Neo4j, but then one last search on Stackoverflow provided the suggestion below that seemed to work without having to uninstall. Apparently I needed to add
wrapper.java.additional=-Djava.awt.headless=true to to conf/neo4j-wrapper.conf to the neo4j-wrappper.conf file. The linked solution provides more information. http://stackoverflow.com/questions/18433473/neo4j-on-mac-prevent-org-neo4j-server-bootstrapper-from-appearing-in-dock Thanks again very much for the reply. Lamar Taylor On Saturday, January 24, 2015 at 8:19:41 AM UTC-5, Edward Taylor wrote: > > How can I stop org.neo4j.server.Bootstrapper from launching at boot on my > Mac OS X? > > I installed neo4j some time ago on my Mac. Recently, when I boot up my > computer, a org.neo4j.server.Bootstrapper launches and appears in the dock > as an app. How can I stop this process? I have tried removing the > org.neo4j.server.plist file from the noe4j directory hoping that would stop > the launch at startup problem, but that did not work. There is nothing in > my .bashprofile or classpath that would seem to fire up this service. > Please help! > > Thanks > -- 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/d/optout.
