|
| ||||||||
|
| ||||||||
|
If you start a new programming project, first create the IDE project. The tutorial example project looks like this:
MyProject and it resides at D:/MyIDE/workspace.Source files shall go to the source directory, class files shall go to the classes directory. | ||||||||
Adjust the project's class path to include radirt.jar All RADi-generated classes need to access the RADi runtime library ( radirt.jar).
To include the runtime library in the project's class path, you have two options:
See also: The runtime library | ||||||||
|
|