You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we only support local maven projects to create up a JavaContext. Besides the root context that can only load code from the JDK (system class loader) everything else needs to be configured manually. It might be just a couple of lines to setup but API users will be lost. Hence we need an advanced and simple API as well as (later) some documentation.
The text was updated successfully, but these errors were encountered:
Currently we only support local maven projects to create up a JavaContext. Besides the root context that can only load code from the JDK (system class loader) everything else needs to be configured manually. It might be just a couple of lines to setup but API users will be lost. Hence we need an advanced and simple API as well as (later) some documentation.
The text was updated successfully, but these errors were encountered: