Cult3D Java API Documentation

Class path for Cult3D Java


Class path

When you compile Cult3D Java, you must supply the path to the Cult3DDevelop.jar file.
However you cannot enter this to your system class path when any web browser is running, you should supply it when compiling your Java classes. Otherwise some web browsers will be very confused.

Example with Sun's JDK 1.1
In this example lets assume you have installed the Cult3D Designer in its default path, C:\Program Files\Cycore\Cult3D Designer\

javac -classpath ".;%CLASSPATH%;C:\Program Files\Cycore\Cult3D Designer\Cult3DDevelop.jar;" YourCode.java