File tree 12 files changed +20
-16
lines changed 12 files changed +20
-16
lines changed Original file line number Diff line number Diff line change 8
8
</classpathentry >
9
9
<classpathentry kind =" src" output =" target/test-classes" path =" src/test/java" >
10
10
<attributes >
11
+ <attribute name =" test" value =" true" />
11
12
<attribute name =" optional" value =" true" />
12
13
<attribute name =" maven.pomderived" value =" true" />
13
- <attribute name =" test" value =" true" />
14
14
</attributes >
15
15
</classpathentry >
16
16
<classpathentry kind =" con" path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8" >
17
17
<attributes >
18
+ <attribute name =" org.eclipse.jdt.launching.CLASSPATH_ATTR_LIBRARY_PATH_ENTRY" value =" Java3D/3Dlibs_64bits" />
18
19
<attribute name =" maven.pomderived" value =" true" />
19
20
</attributes >
20
21
</classpathentry >
28
29
<attribute name =" maven.pomderived" value =" true" />
29
30
</attributes >
30
31
</classpathentry >
32
+ <classpathentry kind =" lib" path =" alternatesJAR/j3dcore.jar" />
33
+ <classpathentry kind =" lib" path =" alternatesJAR/j3dutils.jar" />
34
+ <classpathentry kind =" lib" path =" alternatesJAR/vecmath.jar" />
31
35
<classpathentry kind =" output" path =" target/classes" />
32
36
</classpath >
File renamed without changes.
Original file line number Diff line number Diff line change
1
+ 20220322
2
+ Specific 32 or 64 bits are 'j3dcore-ogl' (here 64 bits): j3dcore-ogl.dll and libj3dcore-ogl.so
3
+ *.dll are for Windows and *.so are for Unix/Linux Systems (including Mac OS X)
4
+
5
+ Configuration for Eclipse IDE : include path to these libs via including directories into :
6
+ Project Properties > Libraries > JRE System Librairies > Native Library Location 'Java3D/3Dlibs_64bits' or equivalent.
7
+ Set it also for Maven and other launch systems (including ant if necessary).
Original file line number Diff line number Diff line change 30
30
<!-- https://mvnrepository.com/artifact/java3d/j3dcore -->
31
31
<!-- <dependency> <groupId>java3d</groupId> <artifactId>j3dcore</artifactId>
32
32
<version>${java3d.version}</version> </dependency> -->
33
+
34
+
33
35
<!-- https://mvnrepository.com/artifact/javax.vecmath/vecmath -->
34
- <dependency >
35
- <groupId >javax.vecmath</groupId >
36
- <artifactId >vecmath</artifactId >
37
- <version >${java3d.version} </version >
38
- </dependency >
36
+ <!-- <dependency> <groupId>javax.vecmath</groupId> <artifactId>vecmath</artifactId>
37
+ <version>${java3d.version}</version> </dependency> -->
39
38
40
39
<!-- https://mvnrepository.com/artifact/java3d/j3d-core-utils -->
41
- <dependency >
42
- <groupId >java3d</groupId >
43
- <artifactId >j3d-core-utils</artifactId >
44
- <version >${java3d.version.alternative} </version >
45
- </dependency >
40
+ <!-- <dependency> <groupId>java3d</groupId> <artifactId>j3d-core-utils</artifactId>
41
+ <version>${java3d.version.alternative}</version> </dependency> -->
46
42
47
43
<!-- https://mvnrepository.com/artifact/java3d/j3d-core -->
48
- <dependency >
49
- <groupId >java3d</groupId >
50
- <artifactId >j3d-core</artifactId >
51
- <version >${java3d.version.alternative} </version >
52
- </dependency >
44
+ <!-- <dependency> <groupId>java3d</groupId> <artifactId>j3d-core</artifactId>
45
+ <version>${java3d.version.alternative}</version> </dependency> -->
53
46
54
47
</dependencies >
55
48
You can’t perform that action at this time.
0 commit comments