cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Install Neosemantics in Windows 11 environment

Tamas
Node Link

Hi, I want to learn what I can do with ontologies with Neo4j.

Unfortunately, there is only a little help in the Windows environment installing Neosemantics.

I download the jar file and I also found a plugin folder under my windows user account folder and that is.

Where is the configuration file I have to change? How can I check the plugin is loaded correctly?

Thanks,

1 ACCEPTED SOLUTION

@Tamas 

Neosemnatics doc is at https://neo4j.com/labs/neosemantics/

and from the Installation chapter at https://neo4j.com/labs/neosemantics/installation/  this includes

Installing neosemantics

To install Neosemantics you will need to download a prebuilt .jar from the releases area on the Github repository.

and upon clicking on releases area i was able to get a .jar

are you unable to download a .jar?

 

View solution in original post

4 REPLIES 4

@Tamas 

Neosemantics install guide is described at https://neo4j.com/labs/neosemantics/installation/#_standalone_instance

I followed said instructions and was able to see neosementics.

I downloaded Neo4j 4.4.16 and unzipped into c:\neo\4.4.16

I downloaded https://github.com/neo4j-labs/neosemantics/releases/download/4.4.0.3/neosemantics-4.4.0.3.jar ino c:\neo\4.4.16\plugins\

I updated c:\neo\4.4.16\conf\neo4j.conf and included

     dbms.unmanaged_extension_classes=n10s.endpoint=/rdf

Started neo4j and then ran same steps https://neo4j.com/labs/neosemantics/installation/#_verifying_the_installation  

 

and all was well

 

 

Thank you very much for the steps.

I can download only an exe and it has different folder structure. Where could you find zip format?

@Tamas 

Neosemnatics doc is at https://neo4j.com/labs/neosemantics/

and from the Installation chapter at https://neo4j.com/labs/neosemantics/installation/  this includes

Installing neosemantics

To install Neosemantics you will need to download a prebuilt .jar from the releases area on the Github repository.

and upon clicking on releases area i was able to get a .jar

are you unable to download a .jar?

 

Thank you very much.
I installed the Neo4j on my Windows machine using the installer. It put things into two places:
c:\Users\myUser\AppData\Local\Neo4j\Relate\Cache\dbmss\neo4j-enterprise-5.3.0\
c:\Program Files\Neo4j Desktop\

I also downloaded the .jar file and copied it here:

c:\Users\myUser\AppData\Local\Neo4j\Relate\Cache\dbmss\neo4j-enterprise-5.3.0\plugins\


I inserted the requested configuration line into this file:

C:\Users\myUser\AppData\Local\Neo4j\Relate\Cache\dbmss\neo4j-enterprise-5.3.0\conf\neo4j.conf

I started the Neo4j and navigated here:

Tamas_1-1675260147065.png



I installed it.

Later, I could almost connect:

Tamas_2-1675260249520.png


But, actually, I have what I wanted in the first place. So, thank you very much for your help.