BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

add more verbose error output when initialization of plugin in BBj fails #123

Open StephanWald opened 3 months ago

StephanWald commented 3 months ago

In the observed case BBj was running Java 17 and the JAR in the plug-in was compiled with a more recent Java version. The class.forName failed with an error message, which was not easily discoverable.

The BBj routine initializing the plug-in needs more verbose output (MSGBOX?)