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
Hi Nilesh, thanks for considering the suggestions!
For the class path loading, my idea would be that you could add a context menu entry to projects in the left explorer pane to "open this project configuration in jshell", that starts a jshell session using the project's run configuration's class path (I think that's possible with the --class-path flag for jshell). What do you think about the idea?
Now JShell does not see the project dependencies and can't run any code from the project that depends on some third-party dependencies.
The text was updated successfully, but these errors were encountered: