Hi,
I'm fairly new to Java and I've been stuck on this problem for ages. I have a program to load 3d buildings using Java3D. So I compile it using the command:
javac -classpath ".;dxfloader.jar" DXFLoaderSample.java
and then
java -classpath ".;dxfloader.jar" DXFLoaderSample
This produces a...