Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Jul 17, 2012, 7:39:31 PM (12 years ago)
- Author:
-
michaelz
- Comment:
-
Notes on including the library
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
13 | 13 | == How to use == |
14 | 14 | Elcipse outputs an library file. You can simply load it with System.loadLibrary. Then you can use everything im.pidgin.libpurple provides you with. Since this project has no dependency on any Android stuff, it is safe to use on a normal PC and you could deploy your java application you wrote with this library normally. |
| 15 | |
| 16 | Before loading libpurple call: |
| 17 | |
| 18 | System.loadLibrary("im.pidgin.libpurple"); |
| 19 | PurpleLibraryLoader.fakeLoad(); /* avoids android loads */ |
| 20 | |
| 21 | Ensure to have the library that was build on your path, e.g. by adding the JVM Argument: |
| 22 | -Djava.library.path=/usr/local/lib:${workspace_loc:im.pidgin.libpurple/X86} |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!