| Summary: | BASIC: Problem with LanguageTool 2.6 installation com.sun.star.uno.RuntimeException | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Johnny Baloney <itdev> |
| Component: | BASIC | Assignee: | Not Assigned <libreoffice-bugs> |
| Status: | RESOLVED NOTOURBUG | ||
| Severity: | normal | CC: | jbfaure, misc2006 |
| Priority: | medium | ||
| Version: | 4.1.1.2 release | ||
| Hardware: | Other | ||
| OS: | Linux (All) | ||
| Whiteboard: | BSA | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Johnny Baloney
2014-09-15 20:53:07 UTC
Your version of Java is too old, you need at least Java 7 and it needs to be activated in LO. More details at https://languagetool.org/issues/ (In reply to comment #1) > Your version of Java is too old, you need at least Java 7 and it needs to be > activated in LO. More details at https://languagetool.org/issues/ Daniel, that's exactly what my bug report says, please read through to the end. The issue here is not if I have too old Java or not, the issue is the incomprehensible and ugly error that is thrown at the user. There should be a check at the plugin installation time whether the user has the minimum required Java version and a note displayed saying what to do in the case the version does not meet the plugin's requirements. (In reply to comment #2) > [...] > There should be a check at the plugin installation time whether the user has > the minimum required Java version and a note displayed saying what to do in > the case the version does not meet the plugin's requirements. You should report that to the author of this extension. This check is the job of the extension. Closing as NotOurBug. Best regards. The extension cannot check that, as it's not called yet. See the stacktrace: "com.sun.star.comp.loader.RegistrationClassFinder.find(RegistrationClassFinder.java:55)" - this is where the error is thrown, it's before any exception code is called. |