Fixed compiler for Java code generation (not heavily tested yet, but fixes include...
[iot2.git] / localconfig / iotruntime / IoTSlave.config
1 # IoTSlave configuration
2
3 JAR_FILE_PATH=./../iotruntime/
4
5 # e.g. iotcode.AmcrestCamera - basically the path of the benchmark class files
6 OBJECT_CLASS_PREFIX=iotcode
7
8 # e.g. interfaces.Camera - basically the path of the interface class file
9 INTERFACE_PREFIX=interfaces
10
11 # Skeleton suffix, e.g. _Skeleton for Camera_Skeleton.class
12 SKEL_CLASS_SUFFIX=_Skeleton
13
14 # Skeleton suffix, e.g. _Stub for CameraSpecial_Stub.class
15 STUB_CLASS_SUFFIX=_Stub
16
17 # Verboseness of runtime messages
18 VERBOSE=Yes
19
20 # Capability-based RMI - default is Java RMI
21 CAPAB_BASED_RMI=Yes