... | ... | @@ -6,7 +6,7 @@ |
|
|
|
|
|
## Add the communication adapter to the Kernel
|
|
|
To be able to use our communication adapter you have to compile (clean and build) the communication adapter in preferably Netbeans (more information [here](https://git.fhict.nl/I312980/move-it/wikis/installation/installation#set-up-netbeans).
|
|
|
Now go to the target folder of the communication adapter and copy the `.jar` to `openTCS-Kernel/lib/openTCS-extensions`. Do not forget to copy the `json-simple-1.1.jar` to the same folder. You can do this by locating the `.jar` file in Netbeans and copy pasting the file in `openTCS-Kernel/lib/openTCS-extensions`.
|
|
|
Now go to the target folder of the communication adapter and copy the `.jar` to `openTCS-Kernel/lib/openTCS-extensions`. Do not forget to copy the `json-simple-1.1.1.jar` to the same folder (you can download it [here](https://code.google.com/archive/p/json-simple/downloads)). You can do this by locating the `.jar` file in Netbeans and copy pasting the file in `openTCS-Kernel/lib/openTCS-extensions`.
|
|
|
Next time you start the Kernel you will find a new adapter called `move-it` which represents our communication adapter.
|
|
|
|
|
|
## Design your warehouse
|
... | ... | |