Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Nico Dc
Total activity
10
Last activity
April 22, 2022 12:30
Member since
April 19, 2022 08:44
Following
0 users
Followed by
0 users
Votes
2
Subscriptions
2
Activity overview
Posts (2)
Comments (4)
Sort by recent activity
Recent activity
Votes
Created
April 22, 2022 12:30
Fixed by doing: val scriptongHost = BasicJvmScriptingHost( ScriptingHostConfiguration { jvm { // where ConfisHost is a class inside the jar plugin baseClassLoader.pu...
Community
IntelliJ IDEA Open API and Plugin Development
scriptInstance from compiled .kts script cannot be used in plugin classloader - ClassCastException because of different classloaders
1 vote
Created
April 22, 2022 10:53
I fixed using dependencies inside the custom script by using // ConfisScriptDefinition is inside a different Jar// ConfisHost and this code are inside the plugin jarprivate val compilationConfigura...
Community
IntelliJ IDEA Open API and Plugin Development
java.util.ServiceConfigurationError when trying to compile a .kts script from a plugin
1 vote
Created
April 19, 2022 17:07
I updated IDEA to the latest version and now the EvaluationResult displays a different error: - Cannot access script base class 'eu.dcotta.confis.dsl.MyScriptBaseClass'. Check your module classpath...
Community
IntelliJ IDEA Open API and Plugin Development
java.util.ServiceConfigurationError when trying to compile a .kts script from a plugin
0 votes
Created
April 19, 2022 10:46
Seems like it might be related to this commit - FirDefaultErrorMessages used to inherit from DefaultMessages.Extension. It still does inside `kotlin-compiler-for-ide-1.5.10-release-949.jar`, but I...
Community
IntelliJ IDEA Open API and Plugin Development
java.util.ServiceConfigurationError when trying to compile a .kts script from a plugin
0 votes