przemelek / ooo2gd

Automatically exported from code.google.com/p/ooo2gd
3 stars 2 forks source link

Could not create Java implementation loader #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install ooo2gd.
2. Go to extension manager.
3. Attempt to enable extension.

What is the expected output? What do you see instead?
Unsure of expected output, I assume status should change to enabled.
Instead, it shows an alert window, with "[c]ould not create Java
implementation loader".

What version of the product are you using? On what operating system?
gdocs-0.6.oxt, OpenOffice 2.3.1, JRE 6 beta 3.

Original issue reported on code.google.com by jml...@gmail.com on 10 Dec 2007 at 10:58

GoogleCodeExporter commented 9 years ago
Please ensure if OpenOffice.org is configured to use Sun Java 6, sometimes Java 
6 may
be in system but may be not used by OpenOffice.org.
How to configure OpenOffice.org to use proper JVM is described in point 3 on 
this
page http://code.google.com/p/ooo2gd/wiki/KnownIssues

Original comment by przeme...@gmail.com on 10 Dec 2007 at 11:04

GoogleCodeExporter commented 9 years ago
Thank you, it wasn't clear whether or not the Java Machine listed in the 
options was
actually enabled or not. Turns out it was not.

I managed to get the extension enabled, now how do I use it? I can't find any
documentation on how to use the extension.

Thanks again,

Jon

Original comment by jml...@gmail.com on 10 Dec 2007 at 11:20

GoogleCodeExporter commented 9 years ago
Documentation desn't exist, in short we have two options in menu Google Docs in
OpenOffice.org. One of those is "Export to Google Docs", second is "Import from
Google Docs". Using both of those options shows dialogs where we need to put 
Google
Account creditionals, in Export dialog we must provide name for document (AddOn
propose name of file) then we may export document, in Import dialog we can get 
list
of all text documents in Google Docs and choose one of those to open, and open 
it
(here little hack, document will be downloaded using default browser).
That's all :-)

Original comment by przeme...@gmail.com on 10 Dec 2007 at 11:27