You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,8 @@ Developer and User Documentation is found in [core/doc/help/html](https://github
27
27
28
28
Feel free to join [#libreoffice-dev on freenode](https://irc.documentfoundation.org/?settings=#libreoffice-dev) to get in touch with LibreOffice and LOEclipse developers.
29
29
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
+
30
32
### Prerequisites
31
33
32
34
* Ubuntu: Install `libreoffice`,`libreoffice-dev` and `libreoffice-java-common`.
@@ -38,13 +40,13 @@ Feel free to join [#libreoffice-dev on freenode](https://irc.documentfoundation.
38
40
2. Clone this repository
39
41
3. Import the three projects `build`, `core` and `java` (using *File->Import->General->Existing projects into workspace*)
40
42
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.
42
44
* Add a new library named `LO-Classes`
43
45
* 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:
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.
0 commit comments