We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70d8bff commit c7b53d6Copy full SHA for c7b53d6
README.md
@@ -10,7 +10,7 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos
10
libraryDependencies += "com.github.troxid" %% "vrepapiscala" % "0.1-SNAPSHOT"
11
```
12
2. Copy platform-specific native library from
13
- `V-REP/programming/remoteApiBindings/lib/lib/`
+ `V-REP/programming/remoteApiBindings/java/lib/`
14
into the root folder of your project (or configure `java.library.path`)
15
3. Find the socket port number in `V-REP/remoteApiConnections.txt` and use
16
it to connect to the server simulator
0 commit comments