Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Exception in thread "main" java.lang.NoClassDefFoundError: com/sun/star/comp/helper/BootstrapException
at org.openoffice.example.comp.OooImpl.main(OooImpl.java:33)
Caused by: java.lang.ClassNotFoundException: com.sun.star.comp.helper.BootstrapException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at sun.misc.Launcher$ExtClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
... 1 more
All I know for sure is that it is possible to load a spreadsheet using the Java language. I can't since I have only a Java runtime, no JDK. Can you run one of the example programs that is shipped with the OOo software development kit (SDK)?
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice