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
Recently I have been attempting to use JavaFX from within JPype, but this requires the use of modules. Unfortunately, we have never created the same interface for modules that we did for classpath and thus one has to specify everything manually.
The text was updated successfully, but these errors were encountered:
Fully agree. Though I do think we should make it similar to classpath taking a list.
jpype.startJVM(modulepath=["path1","path2"])
Other wise we risk exposing them to the fact that Java uses different path separators for other systems. Though this would be trivial to add I am going to work on it post 1.5.2 release. I am trying to make use of the Javascript engine in Webview and there are a number of support routines that will be needed to make the suers life easier. I am thinking that would be good items for a 1.6.0 release.
Recently I have been attempting to use JavaFX from within JPype, but this requires the use of modules. Unfortunately, we have never created the same interface for modules that we did for classpath and thus one has to specify everything manually.
The text was updated successfully, but these errors were encountered: