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, JediTerm doesn't support JPMS as core and ui modules have split packages, for example com.jediterm.terminal what makes it impossible to use them on JPMS.
I suggest to solve this problem and create two separate JPMS modules - core and ui.
We ported JediTerm to JavaFX with JPMS, see this link and although we didn't modify origin core module we have to support it. So, solving this issue will help us a lot.
The text was updated successfully, but these errors were encountered:
Currently, JediTerm doesn't support JPMS as
core
andui
modules have split packages, for examplecom.jediterm.terminal
what makes it impossible to use them on JPMS.I suggest to solve this problem and create two separate JPMS modules -
core
andui
.We ported JediTerm to JavaFX with JPMS, see this link and although we didn't modify origin
core
module we have to support it. So, solving this issue will help us a lot.The text was updated successfully, but these errors were encountered: