thymeleaf-extras-eclipse-plugin icon indicating copy to clipboard operation
thymeleaf-extras-eclipse-plugin copied to clipboard

Eclipse Thymeleaf plugin throws exception when using Ctrl+Space

Open Omcsesz opened this issue 3 years ago • 1 comments
trafficstars

Hello, @ultraq !

I use the latest version of Eclipse, and I installed the plugin, but I only get an Exception when trying to use it:

The ''Thymeleaf Processor Proposal Computer'' proposal computer from the ''org.thymeleaf.extras.eclipse.contentassist'' plug-in did not complete normally. Unable to instantiate the extension.

I attach the stack error: StackTrace.txt

Can you please support?

Omcsesz avatar Jan 27 '22 19:01 Omcsesz

the same error. New eclipse starts with Java 17. STS 4.15 is working fine, but Thymeleaf plugin doesnt. If you start eclipse with Java 11, Thymeleaf plugin will work ok, but the other things dont stackTrace.txt . -Solution -> --add-opens=java.base/java.lang=ALL-UNNAMED in eclipse.ini

dziurs avatar Aug 09 '22 16:08 dziurs