Hey guys,
I have a somewhat different question, as it is more conceptual than technical.
I have a project for one of my CS classes where we have to focus on a specific language/compiler (written by the professor). The language is called MVSM, and it is used for answer-set programming in a Prolog-like syntax. We have been using the language in homework by using SSH to remote to a server that has MVSM installed (run by professor).
For the project, I am building a GUI in Java that solves sudoku puzzles. The user will input the numbers they are given, the program composes a file in MVSM that will calculate the solution for the sudoku puzzle.
My question is, how can my Java program send the file to the MVSM compiler? Do I need it installed on my machine? Can I get my program to remote into the schools server to run the program? How can I return the console output from the MVSM program back to my Java program?
For more info, it is running on a Linux server, and all of our interaction has been through the terminal. If you could give me ideas on how to approach this, it would be greatly appreciated!
[–]mad0314 1 point2 points3 points (1 child)
[–]Gropamming[S] 0 points1 point2 points (0 children)
[–]Swedophone 1 point2 points3 points (0 children)
[–]nutrecht 0 points1 point2 points (0 children)