Thanks, but I'm working on equinox OSGI environment.

I found that org.neo4j.kernel requires same packages under com.sun.tree,
com.sun.util and com.sun.javac, but my app needs to run under some non-sun
JRE, like openJDK or IBM jvm, there's no com.sun in these JREs....

Does this means neo4j can only run with sun JRE?


On Thu, Jun 2, 2011 at 16:33, Nicolas Jouanin <nicolas.joua...@gmail.com>wrote:

> Hi,
>
> This page may help you :
> http://wiki.escapek.org/display/DEV/Neo4j+community+edition+installation
>
>
> Le 2 juin 2011 à 09:30, Super Wang a écrit :
>
> > I've tried to expose org.neo4j.graphdb.GraphDatabaseService as a service
> > component directly and use a delegate class as implementation, but
> failed...
> >
> >
> > On Thu, Jun 2, 2011 at 12:34, Andreas Kollegger <
> > andreas.kolleg...@neotechnology.com> wrote:
> >
> >> Hey,
> >>
> >> The Neo4j libraries should be usable within OSGi, though we're a bit lax
> in
> >> keeping on top of that. The best approach would be to use one bundle to
> >> instantiate the database and advertise the reference as a service for
> use by
> >> other bundles.
> >>
> >> Cheers,
> >> Andreas
> >>
> >> On Jun 1, 2011, at 8:25 PM, Super Wang wrote:
> >>
> >>> Hi folks,
> >>>
> >>> I'm new to neo4j and I'm going to embed neo4j to my OSGI
> >> environment(without
> >>> Spring) as a component, so I can keep a single instance of graph
> database
> >>> and can make it available for all other bundles.
> >>>
> >>> Any ideas about how to implement this?
> >>>
> >>> Thank you very much.
> >>> _______________________________________________
> >>> Neo4j mailing list
> >>> User@lists.neo4j.org
> >>> https://lists.neo4j.org/mailman/listinfo/user
> >>
> >> _______________________________________________
> >> Neo4j mailing list
> >> User@lists.neo4j.org
> >> https://lists.neo4j.org/mailman/listinfo/user
> >>
> > _______________________________________________
> > Neo4j mailing list
> > User@lists.neo4j.org
> > https://lists.neo4j.org/mailman/listinfo/user
>
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user
>
_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to