Hi @fomightez ,
Thanks for jumping in to help! Essentially, I’m trying to deploy a data scraping app with RShiny and RSelenium, which when I try to open up in the Shinyapp format disconnects from the server. However, when I’ve tried to run it from rstudio (Binder), it looks like RSelenium does start (which suggests that it’s installed), but it’s missing some dependancies (JAVA) since I get a “Warning: Error in java_check: PATH to JAVA not found. Please check JAVA is installed.” error message.
I tried the solution suggested here (How to install jdk 17 in mybinder.org) and I added ca-certificates-java and openjdk-17-jre-headless to my apt.txt file, but I got an “returned a non-zero code: 100” error (which is why they are no longer in that file).
Any help will be greatly appreciated.
Thanks