Skip to content

Conversation

@tas09009
Copy link
Contributor

Issue #55

Used ProcessBuilder to execute a shell script, which in turn executes a python script. This was simply the easier way of going about it. It also might be a better idea to keep the two files (java code and python code) completely separate and only update the shell script when need be.

All files mentioned below are in the resources folder, except for ProcessBuilder

  1. ProcessBuilder calls upon hello.sh
  2. hello.sh executes hello.py which is simply a test code. The NLP team's code isn't able to run on my computer yet.
  3. hello.py executes and prints it's output in log.txt

Next Task

Run ProcessBuilder on a GET request when clicking on the search button

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant