Skip to content

Commit 4b3f851

Browse files
committed
Added Dependency Jars to New Folder Resources
Due to the changes in J3D, it became much harder to find the jar files. In order to address this, the .jars were added to a new folder "resources" and then referenced in the classpath
1 parent 0b7516a commit 4b3f851

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.classpath

+4
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,9 @@
22
<classpath>
33
<classpathentry excluding="javacalculus/CalcExpression.java" kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="resources/j3dcore.jar"/>
6+
<classpathentry kind="lib" path="resources/j3dutils.jar"/>
7+
<classpathentry kind="lib" path="resources/vecmath.jar"/>
8+
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
59
<classpathentry kind="output" path="bin"/>
610
</classpath>

resources/j3dcore.jar

2.82 MB
Binary file not shown.

resources/j3dutils.jar

1.62 MB
Binary file not shown.

resources/vecmath.jar

318 KB
Binary file not shown.

0 commit comments

Comments
 (0)