Skip to content

Commit f022aaf

Browse files
committed
Merge branch 'master' of github.com:beothorn/ClojureCalc
Conflicts: README.md
2 parents 202832c + 10959eb commit f022aaf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
ClojureCalc
22
====================
33
Combine the power of clojure with all the LibreOffice calc features!!!
4+
---------------------
45

56
ClojureCalc is a wrapper for clojure 1.6 on libre office and possibly open office.
67

78
To install use [ClojureCalc.oxt](https://github.com/beothorn/ClojureCalc/releases/download/1.1.0/ClojureCalc.oxt)
89

910
Usage
10-
====================
11+
---------------------
1112

1213
=c( string with a clojure function, without wrapping parenthesis )
1314
=clj( string with a clojure expression )
@@ -18,7 +19,7 @@ Note: Three single quotes are replaced by a double quote
1819
![screenshot](http://i.imgur.com/ePwRK5O.png "Really cool example")
1920

2021
Examples
21-
====================
22+
---------------------
2223

2324
defining functions
2425
<pre><code>
@@ -41,3 +42,11 @@ escaping double quotes
4142
=clj("(str '''foo''')")
4243
</code></pre>
4344

45+
Common issues
46+
---------------------
47+
On installation you may get an error:
48+
*Extension Installation Could not create Java Implementation Loader*
49+
This can happen when libre office is using a JDK instead of a JRE or if your Java installation has problems.
50+
To fix this change the jvm to be used by libre office on __Tools>Options>Advanced__
51+
More about this error on:
52+
http://ask.libreoffice.org/en/question/5712/extension-installation-could-not-create-java-implementation-loader/

0 commit comments

Comments
 (0)