Skip to content

Commit c6d932a

Browse files
authored
Improve README
1 parent b135838 commit c6d932a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Developer and User Documentation is found in [core/doc/help/html](https://github
2727

2828
Feel free to join [#libreoffice-dev on freenode](https://irc.documentfoundation.org/?settings=#libreoffice-dev) to get in touch with LibreOffice and LOEclipse developers.
2929

30+
You can also write to the [LibreOffice development mailing list](https://lists.freedesktop.org/mailman/listinfo/libreoffice) if you have trouble working on this project.
31+
3032
### Prerequisites
3133

3234
* Ubuntu: Install `libreoffice`,`libreoffice-dev` and `libreoffice-java-common`.
@@ -38,13 +40,13 @@ Feel free to join [#libreoffice-dev on freenode](https://irc.documentfoundation.
3840
2. Clone this repository
3941
3. Import the three projects `build`, `core` and `java` (using *File->Import->General->Existing projects into workspace*)
4042
4. Add the LibreOffice jars to the build path
41-
* Go to *Preferences* in Eclipse and open the *Java->Build path->User Library* configuration page.
43+
* Go to *Window->Preferences* in Eclipse and open the *Java->Build path->User Libraries* configuration page.
4244
* Add a new library named `LO-Classes`
4345
* Select the Library, click *Add External Jars*
44-
* Search for the LibreOffice jars `unoil.jar juh.jar jurt.jar ridl.jar unoloader.jar`. You find them here:
46+
* Add the LibreOffice jars `unoil.jar juh.jar jurt.jar ridl.jar unoloader.jar`. You find them here:
4547
* macOS: `/Applications/LibreOffice.app/Contents/Resources/java`
4648
* Ubuntu: `/usr/lib/libreoffice/program/classes`
47-
* Windows: `C:\Program Files\LibreOffice 5\program\classes\`
49+
* Windows: `C:\Program Files[ (x86)]\LibreOffice 5\program\classes\`
4850
* Now there should be no more project errors.
4951
5. Go to *Run->Run Configurations*, and create a new run configuration of the type *Eclipse Application*. Now you can run or debug the LOEclipse plugin using this run configuration.
5052

0 commit comments

Comments
 (0)