Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pythonscript55 #56

Open
wants to merge 10 commits into
base: develop
Choose a base branch
from

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