davidpcaldwell / slime

Mozilla Public License 2.0
2 stars 1 forks source link

Make it so that using jsh.document.Document.Html does not prevent shell from exiting #62

Open davidpcaldwell opened 4 years ago

davidpcaldwell commented 4 years ago

Right now, must issue JavaFX exit() to allow shell to exit; see rhino/document/test/parser.jsh.js

davidpcaldwell commented 4 years ago

Migrated from Bitbucket issue ID 221

davidpcaldwell commented 3 years ago

Given that this command:

./jsh.bash rhino/document/test/parser.jsh.js -html rhino/document/test/parser.html 

leads to a java.lang.UnsatisfiedLinkError, because it can't load JavaFX, punting this issue to next release when we can consider what OpenJDK does and does not include.