mirror of
https://github.com/caesar1111/openHAB2_beginners_walkthrough.git
synced 2024-11-25 05:23:41 +01:00
1
This commit is contained in:
parent
6171192219
commit
f0971c9407
@ -632,17 +632,22 @@ Go to the java homepage download section
|
|||||||
|
|
||||||
*Optional:* Go directly to:
|
*Optional:* Go directly to:
|
||||||
**https://java.com/en/download/manual.jsp**
|
**https://java.com/en/download/manual.jsp**
|
||||||
|
|
||||||
![image](images/java2.jpg)
|
![image](images/java2.jpg)
|
||||||
|
|
||||||
Download the 64bit version (something like *jre-8u131-windows-x64.exe* ) or the 32bit depending on your system
|
Download the 64bit version (something like *jre-8u131-windows-x64.exe* ) or the 32bit depending on your system
|
||||||
|
|
||||||
Install the Java Runtime Environment to the Eclipse Smart Home Designer folder
|
Install the Java Runtime Environment to the Eclipse Smart Home Designer folder
|
||||||
Start the Java installer. Select on the first screen “Change destination folder”
|
Start the Java installer. Select on the first screen “Change destination folder”
|
||||||
|
|
||||||
![image](images/java3.jpg)
|
![image](images/java3.jpg)
|
||||||
|
|
||||||
***[Change destination folder] & [Install]***
|
***[Change destination folder] & [Install]***
|
||||||
|
|
||||||
Change the folder to \jre inside your Eclipse Smart Home Designer folder yourpcdrive:\yourdestionation\eclipseSmart Homesince this is the loaction your Eclipse Smart Home Designer is expecting the JRE.
|
Change the folder to \jre inside your Eclipse Smart Home Designer folder yourpcdrive:\yourdestionation\eclipseSmart Homesince this is the loaction your Eclipse Smart Home Designer is expecting the JRE.
|
||||||
|
|
||||||
![image](images/java4.jpg)
|
![image](images/java4.jpg)
|
||||||
|
|
||||||
***[Change]***
|
***[Change]***
|
||||||
```bash
|
```bash
|
||||||
yourpcdrive:\yourdestionation\eclipsesmarthome\jre
|
yourpcdrive:\yourdestionation\eclipsesmarthome\jre
|
||||||
@ -654,17 +659,21 @@ Execute the SmartHome-Designer.exe
|
|||||||
```bash
|
```bash
|
||||||
yourpcdrive:\yourdestionation\eclipsesmarthome\SmartHome-Designer.exe
|
yourpcdrive:\yourdestionation\eclipsesmarthome\SmartHome-Designer.exe
|
||||||
```
|
```
|
||||||
|
|
||||||
![image](images/smarthomedesigner1.jpg)
|
![image](images/smarthomedesigner1.jpg)
|
||||||
|
|
||||||
Link the Eclipse Smart Home Designer to the configuration folder on your Raspberry
|
Link the Eclipse Smart Home Designer to the configuration folder on your Raspberry
|
||||||
**NOTE:** Make sure that you have mapped the samba drive before (see openHAB2 setup for the samba server)
|
**NOTE:** Make sure that you have mapped the samba drive before (see openHAB2 setup for the samba server)
|
||||||
|
|
||||||
![image](images/smarthomedesigner2.jpg)
|
![image](images/smarthomedesigner2.jpg)
|
||||||
|
|
||||||
Example: If you have chosen Z:\ as drive letter the path would be:
|
Example: If you have chosen Z:\ as drive letter the path would be:
|
||||||
```bash
|
```bash
|
||||||
Z:\etc\openhab2
|
Z:\etc\openhab2
|
||||||
```
|
```
|
||||||
|
|
||||||
Eclipse Smart Home Designer should now recognize the file structure inside the configuration folder and augment the different folders with different icons.
|
Eclipse Smart Home Designer should now recognize the file structure inside the configuration folder and augment the different folders with different icons.
|
||||||
|
|
||||||
![image](images/smarthomedesigner3.jpg)
|
![image](images/smarthomedesigner3.jpg)
|
||||||
|
|
||||||
# Chapter 8: Initializing openHAB2 (finally: first startup)
|
# Chapter 8: Initializing openHAB2 (finally: first startup)
|
||||||
|
Loading…
Reference in New Issue
Block a user