Skip to content

Commit 4abf1da

Browse files
authored
Update README.md
1 parent 3ae5a9d commit 4abf1da

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Java3DExamples/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Different source code examples of how to use [Java 3D](http://www.oracle.com/technetwork/articles/javase/index-jsp-138252.html).
2-
To execute path to the library folder must be supplied as following:
1+
Different source code examples of how to use [Java 3D](http://www.oracle.com/technetwork/articles/javase/index-jsp-138252.html).
2+
3+
To execute, the path to the library folder must be supplied as following:
34

45
```bash
5-
-Djava.library.path=/home/kalayci/Desktop/Projeler/Java3D/src/main/resources/lib/
6-
```
6+
-Djava.library.path=/project-path/src/main/resources/lib/
7+
```

0 commit comments

Comments
 (0)