XML

CO5570 Anonymous Questions and Answers Keyword Index

This page provides a keyword index to questions and answers. Clicking on a keyword will take you to a page containing all questions and answers for that keyword, grouped by year.

To submit a question, use the anonymous questions page. You may find the keyword index and/or top-level index useful for locating past questions and answers.

Keyword reference for to

2023

Question 2 (2023):

Submission reference: IN3291

The command for the assignment (A3) is not working (java.nio.file.NoSuchFileException: prog.mal)

Answer 2:

That means that you are either not passing prog.mal to the main method when you are running the program, or that the file does not exist in the working directory of the program when you are running the program.

If you are using an IDE to run the program then you will need to set up a program configuration that tells the IDE what program arguments to run the program with and where to run it (its working directory). It could be that you haven't done that.

Keywords: assign3 , to

This work is licensed under a Creative Commons Attribution-Share Alike 3.0 Unported License.
Last modified Tue Jan 23 16:52:10 2024
This document is maintained by David Barnes, to whom any comments and corrections should be addressed.